Home
last modified time | relevance | path

Searched refs:isConfigRenderable (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DSkGr.cpp210 if (!context->isConfigRenderable(rtDesc.fConfig, false)) { in stretch_texture_to_next_pot()
212 if (context->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) { in stretch_texture_to_next_pot()
214 } else if (context->isConfigRenderable(kSkia8888_GrPixelConfig, false)) { in stretch_texture_to_next_pot()
221 if (context->isConfigRenderable(kSkia8888_GrPixelConfig, false)) { in stretch_texture_to_next_pot()
DGrTextureProvider.cpp26 !fGpu->caps()->isConfigRenderable(desc.fConfig, desc.fSampleCnt > 0)) { in createTexture()
DGrDrawTargetCaps.h194 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const { in isConfigRenderable() function
DGrGpu.cpp75 if (isRT && !this->caps()->isConfigRenderable(desc.fConfig, desc.fSampleCnt > 0)) { in createTexture()
DGrClipMaskManager.cpp493 if (this->getContext()->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) { in createTempMask()
530 if (willUpload || this->getContext()->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) { in allocMaskTexture()
DGrContext.cpp1786 bool GrContext::isConfigRenderable(GrPixelConfig config, bool withMSAA) const { in isConfigRenderable() function in GrContext
1787 return fGpu->caps()->isConfigRenderable(config, withMSAA); in isConfigRenderable()
1792 if (!this->isConfigRenderable(config, true)) { in getRecommendedSampleCount()
DSkGpuDevice.cpp721 if (context->isConfigRenderable(kAlpha_8_GrPixelConfig, in create_mask_GPU()
/external/skia/include/gpu/
DGrContext.h195 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const;
/external/skia/src/effects/
DSkAlphaThresholdFilter.cpp271 if (context->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) { in asFragmentProcessor()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2527 if (gpu->glCaps().isConfigRenderable(dst->config(), dst->desc().fSampleCnt > 0) && in can_blit_framebuffer()
2528 gpu->glCaps().isConfigRenderable(src->config(), src->desc().fSampleCnt > 0) && in can_blit_framebuffer()
2564 if (gpu->glCaps().isConfigRenderable(src->config(), src->desc().fSampleCnt > 0) && in can_copy_texsubimage()
2631 if (this->caps()->isConfigRenderable(kBGRA_8888_GrPixelConfig, false)) { in initCopySurfaceDstDesc()
2647 if (this->caps()->isConfigRenderable(src->config(), false)) { in initCopySurfaceDstDesc()