Searched refs:isConfigRenderable (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/ |
D | SkGr.cpp | 210 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()
|
D | GrTextureProvider.cpp | 26 !fGpu->caps()->isConfigRenderable(desc.fConfig, desc.fSampleCnt > 0)) { in createTexture()
|
D | GrDrawTargetCaps.h | 194 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const { in isConfigRenderable() function
|
D | GrGpu.cpp | 75 if (isRT && !this->caps()->isConfigRenderable(desc.fConfig, desc.fSampleCnt > 0)) { in createTexture()
|
D | GrClipMaskManager.cpp | 493 if (this->getContext()->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) { in createTempMask() 530 if (willUpload || this->getContext()->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) { in allocMaskTexture()
|
D | GrContext.cpp | 1786 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()
|
D | SkGpuDevice.cpp | 721 if (context->isConfigRenderable(kAlpha_8_GrPixelConfig, in create_mask_GPU()
|
/external/skia/include/gpu/ |
D | GrContext.h | 195 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const;
|
/external/skia/src/effects/ |
D | SkAlphaThresholdFilter.cpp | 271 if (context->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) { in asFragmentProcessor()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 2527 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()
|