Searched refs:isConfigRenderable (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTargetCaps.h74 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const { function in class:GrDrawTargetCaps
H A DGrContext.cpp462 SkASSERT(this->isConfigRenderable(kAlpha_8_GrPixelConfig, inDesc.fSampleCnt > 0) ||
1818 bool GrContext::isConfigRenderable(GrPixelConfig config, bool withMSAA) const { function in class:GrContext
1819 return fGpu->caps()->isConfigRenderable(config, withMSAA);
1824 if (!this->isConfigRenderable(config, true)) {
H A DGrGpu.cpp71 !this->caps()->isConfigRenderable(desc.fConfig, desc.fSampleCnt > 0)) {
H A DGrClipMaskManager.cpp532 if (willUpload || this->getContext()->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) {
H A DSkGpuDevice.cpp653 if (context->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) {
/external/skia/src/gpu/
H A DGrDrawTargetCaps.h69 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const { function in class:GrDrawTargetCaps
H A DGrContext.cpp440 SkASSERT(this->isConfigRenderable(kAlpha_8_GrPixelConfig, inDesc.fSampleCnt > 0) ||
1789 bool GrContext::isConfigRenderable(GrPixelConfig config, bool withMSAA) const { function in class:GrContext
1790 return fGpu->caps()->isConfigRenderable(config, withMSAA);
1795 if (!this->isConfigRenderable(config, true)) {
H A DGrGpu.cpp118 !this->caps()->isConfigRenderable(desc.fConfig, desc.fSampleCnt > 0)) {
H A DGrClipMaskManager.cpp531 if (willUpload || this->getContext()->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) {
H A DSkGpuDevice.cpp685 if (context->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) {
/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp256 if (context->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) {
/external/chromium_org/third_party/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp278 if (context->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) {
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h356 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const;
/external/skia/include/gpu/
H A DGrContext.h339 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const;
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp2316 if (gpu->glCaps().isConfigRenderable(dst->config(), dst->desc().fSampleCnt > 0) &&
2317 gpu->glCaps().isConfigRenderable(src->config(), src->desc().fSampleCnt > 0) &&
2357 if (gpu->glCaps().isConfigRenderable(src->config(), src->desc().fSampleCnt > 0) &&
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp2729 if (gpu->glCaps().isConfigRenderable(dst->config(), dst->desc().fSampleCnt > 0) &&
2730 gpu->glCaps().isConfigRenderable(src->config(), src->desc().fSampleCnt > 0) &&
2770 if (gpu->glCaps().isConfigRenderable(src->config(), src->desc().fSampleCnt > 0) &&

Completed in 202 milliseconds