Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
DGrCaps.h171 bool isConfigRenderable(GrPixelConfig config) const { in isConfigRenderable() function
176 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const { in isConfigRenderable() function
DGrCaps.cpp240 SkASSERT(!this->isConfigRenderable(kUnknown_GrPixelConfig)); in dumpJSON()
DGrContextPriv.cpp346 fContext->priv().caps()->isConfigRenderable(kRGBA_8888_GrPixelConfig) && in readSurfacePixels()
/external/skqp/src/gpu/
DGrCaps.h173 bool isConfigRenderable(GrPixelConfig config) const { in isConfigRenderable() function
178 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const { in isConfigRenderable() function
DGrCaps.cpp240 SkASSERT(!this->isConfigRenderable(kUnknown_GrPixelConfig)); in dumpJSON()
DGrContext.cpp632 fContext->contextPriv().caps()->isConfigRenderable(kRGBA_8888_GrPixelConfig) && in readSurfacePixels()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp26 caps.isConfigRenderable(kAlpha_half_GrPixelConfig) && in IsSupported()
28 caps.isConfigRenderable(kAlpha_8_GrPixelConfig) && in IsSupported()
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp26 caps.isConfigRenderable(kAlpha_half_GrPixelConfig) && in IsSupported()
28 caps.isConfigRenderable(kAlpha_8_GrPixelConfig) && in IsSupported()
/external/skia/tests/
DSpecialSurfaceTest.cpp83 if (!caps->isConfigRenderable(config)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DTransferPixelsTest.cpp111 (renderTarget && !context->priv().caps()->isConfigRenderable(desc.fConfig))) { in basic_transfer_test()
DSRGBReadWritePixelsTest.cpp248 if (!context->priv().caps()->isConfigRenderable(kSRGBA_8888_GrPixelConfig) && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp135 bool isRenderable = caps->isConfigRenderable(config); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
171 if (rt && !caps->isConfigRenderable(desc.fConfig)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DSpecialSurfaceTest.cpp83 if (!caps->isConfigRenderable(config)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DTransferPixelsTest.cpp114 (renderTarget && !context->contextPriv().caps()->isConfigRenderable(desc.fConfig))) { in basic_transfer_test()
DGrSurfaceTest.cpp133 bool isRenderable = caps->isConfigRenderable(config); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
169 if (rt && !caps->isConfigRenderable(desc.fConfig)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DSRGBReadWritePixelsTest.cpp248 if (!context->contextPriv().caps()->isConfigRenderable(kSRGBA_8888_GrPixelConfig) && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/src/image/
DSkSurface_Gpu.cpp481 } else if (!ctx->contextPriv().caps()->isConfigRenderable(*config)) { in validate_backend_render_target()
/external/skia/src/image/
DSkSurface_Gpu.cpp500 } else if (!ctx->priv().caps()->isConfigRenderable(*config)) { in validate_backend_render_target()
/external/skqp/src/gpu/mtl/
DGrMtlGpu.mm432 if (renderable && !fMtlCaps->isConfigRenderable(config)) {
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm491 if (renderable && !fMtlCaps->isConfigRenderable(config)) {
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1683 SkASSERT(this->caps()->isConfigRenderable(config)); in getCompatibleStencilIndex()
2305 if (this->glCaps().isConfigRenderable(rtConfig)) { in readPixelsSupported()
4111 if (!this->glCaps().isConfigRenderable(config)) { in createTestingOnlyBackendRenderTarget()
DGrGLCaps.cpp2330 if (src->asTextureProxy() && !this->isConfigRenderable(src->config())) { in initDescForDstCopy()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp1648 SkASSERT(this->caps()->isConfigRenderable(config)); in getCompatibleStencilIndex()
2274 if (this->glCaps().isConfigRenderable(rtConfig)) { in readPixelsSupported()
4070 if (!this->glCaps().isConfigRenderable(config)) { in createTestingOnlyBackendRenderTarget()
DGrGLCaps.cpp2312 if (src->asTextureProxy() && !this->isConfigRenderable(src->config())) { in initDescForDstCopy()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp1344 if (renderable && !fVkCaps->isConfigRenderable(config)) { in createTestingOnlyVkImage()

12