Home
last modified time | relevance | path

Searched refs:getDefaultBackendFormat (Results 1 – 25 of 47) sorted by relevance

12

/external/skia/src/gpu/ganesh/
DGrContextThreadSafeProxy.cpp153 GrBackendFormat format = fCaps->getDefaultBackendFormat(grColorType, renderable); in defaultBackendFormat()
176 GrBackendFormat format = fCaps->getDefaultBackendFormat(SkColorTypeToGrColorType(colorType), in maxSurfaceSampleCountForColorType()
DGrCaps.cpp400 GrBackendFormat GrCaps::getDefaultBackendFormat(GrColorType colorType, in getDefaultBackendFormat() function in GrCaps
505 auto format = this->getDefaultBackendFormat(ct, GrRenderable::kYes); in getFallbackColorTypeAndFormat()
DGrRecordingContext.cpp174 this->caps()->getDefaultBackendFormat(SkColorTypeToGrColorType(colorType), in colorTypeSupportedAsImage()
DGrProxyProvider.cpp195 auto format = this->caps()->getDefaultBackendFormat(colorType, renderable); in testingOnly_createInstantiatedProxy()
359 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo); in createNonMippedProxyFromBitmap()
404 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo); in createMippedProxyFromBitmap()
DGrDynamicAtlas.cpp72 GrBackendFormat format = caps.getDefaultBackendFormat(colorType, GrRenderable::kYes); in MakeLazyAtlasProxy()
/external/skia/tests/
DLazyProxyTest.cpp122 ctx->priv().caps()->getDefaultBackendFormat(GrColorType::kBGR_565, in Op()
185 ctx->priv().caps()->getDefaultBackendFormat(kColorType, GrRenderable::kYes); in ClipFP()
293 GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888,
405 GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in LazyFailedInstantiationTestOp()
DProxyTest.cpp147 auto format = caps.getDefaultBackendFormat(ct, GrRenderable::kYes); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
301 auto beFormat = caps.getDefaultBackendFormat(grColorType, GrRenderable::kYes); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
408 direct->priv().caps()->getDefaultBackendFormat( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DProgramsTest.cpp167 const GrBackendFormat format = caps->getDefaultBackendFormat(ct, GrRenderable::kYes); in random_surface_draw_context()
280 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in ProgramUnitTest()
298 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kAlpha_8, in ProgramUnitTest()
DResourceAllocatorTest.cpp93 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_deferred()
127 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_fully_lazy()
147 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_lazy()
298 auto beFormat = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, GrRenderable::kYes); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DProxyRefTest.cpp39 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in make_deferred()
DTextureProxyTest.cpp70 GrBackendFormat format = caps->getDefaultBackendFormat(kColorType, GrRenderable::kNo); in deferred_tex()
96 GrBackendFormat format = caps->getDefaultBackendFormat(kColorType, GrRenderable::kYes); in deferred_texRT()
DTextureOpTest.cpp74 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in create_proxy()
DProxyConversionTest.cpp158 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DTextureBindingsResetTest.cpp111 GrBackendFormat format = gpu->caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GANESH_TEST_FOR_GL_CONTEXT()
DTransferPixelsTest.cpp138 auto backendFormat = caps->getDefaultBackendFormat(colorType, renderable); in basic_transfer_to_test()
332 auto format = context->priv().caps()->getDefaultBackendFormat(colorType, renderable); in basic_transfer_from_test()
DVkWrapTests.cpp120 GrBackendFormat format = gpu->caps()->getDefaultBackendFormat(ct, GrRenderable::kYes); in wrap_rt_test()
DDrawOpAtlasTest.cpp135 GrBackendFormat format = caps->getDefaultBackendFormat(atlasColorType, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DGrSurfaceResolveTest.cpp229 auto bef = dc->priv().caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, renderable); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DOpChainTest.cpp215 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888,
DTestUtils.cpp251 GrBackendFormat format = rContext->priv().caps()->getDefaultBackendFormat(info.colorType(), in CreateSurfaceContext()
/external/skia/tools/gpu/
DProxyUtils.cpp66 const GrBackendFormat format = caps->getDefaultBackendFormat(pixmap.colorType(), renderable); in MakeTextureProxyViewFromData()
/external/skia/src/gpu/ganesh/text/
DGrAtlasManager.h138 !fProxyProvider->caps()->getDefaultBackendFormat(GrColorType::kBGR_565, in resolveMaskFormat()
DGrAtlasManager.cpp273 fCaps->getDefaultBackendFormat(grColorType, GrRenderable::kNo); in initAtlas()
/external/skia/src/gpu/ganesh/ops/
DSmallPathAtlasMgr.cpp67 const GrBackendFormat format = caps->getDefaultBackendFormat(atlasColorType, in initAtlas()
/external/skia/gm/
Dlazytiling.cpp39 auto format = dContext->priv().caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in create_view()

12