Home
last modified time | relevance | path

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

12

/third_party/skia/tests/
DLazyProxyTest.cpp82 ctx->priv().caps()->getDefaultBackendFormat(GrColorType::kBGR_565, in Op()
145 ctx->priv().caps()->getDefaultBackendFormat(kColorType, GrRenderable::kYes); in ClipFP()
245 GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888,
349 GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in LazyFailedInstantiationTestOp()
DProxyTest.cpp129 auto format = caps.getDefaultBackendFormat(ct, GrRenderable::kYes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
241 auto beFormat = caps.getDefaultBackendFormat(grColorType, GrRenderable::kYes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
337 direct->priv().caps()->getDefaultBackendFormat( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DProgramsTest.cpp145 const GrBackendFormat format = caps->getDefaultBackendFormat(ct, GrRenderable::kYes); in random_surface_draw_context()
251 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in ProgramUnitTest()
262 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kAlpha_8, in ProgramUnitTest()
DResourceAllocatorTest.cpp64 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_deferred()
91 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_fully_lazy()
107 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_lazy()
241 auto beFormat = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, GrRenderable::kYes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DProxyRefTest.cpp29 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in make_deferred()
DTextureProxyTest.cpp46 GrBackendFormat format = caps->getDefaultBackendFormat(kColorType, GrRenderable::kNo); in deferred_tex()
62 GrBackendFormat format = caps->getDefaultBackendFormat(kColorType, GrRenderable::kYes); in deferred_texRT()
DTextureOpTest.cpp45 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in create_proxy()
DTextureBindingsResetTest.cpp78 GrBackendFormat format = gpu->caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DProxyConversionTest.cpp132 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DTransferPixelsTest.cpp117 auto backendFormat = caps->getDefaultBackendFormat(colorType, renderable); in basic_transfer_to_test()
303 auto format = context->priv().caps()->getDefaultBackendFormat(colorType, renderable); in basic_transfer_from_test()
DVkWrapTests.cpp100 GrBackendFormat format = gpu->caps()->getDefaultBackendFormat(ct, GrRenderable::kYes); in wrap_rt_test()
DDrawOpAtlasTest.cpp143 GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kAlpha_8, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DOpChainTest.cpp180 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888,
/third_party/skia/src/gpu/
DGrRecordingContext.cpp58 this->caps()->getDefaultBackendFormat(SkColorTypeToGrColorType(colorType), in maxSurfaceSampleCountForColorType()
175 this->caps()->getDefaultBackendFormat(SkColorTypeToGrColorType(colorType), in colorTypeSupportedAsImage()
DBaseDevice.cpp73 auto format = fContext->priv().caps()->getDefaultBackendFormat(grColorType, GrRenderable::kYes); in replaceBackingProxy()
DGrCaps.cpp381 GrBackendFormat GrCaps::getDefaultBackendFormat(GrColorType colorType, in getDefaultBackendFormat() function in GrCaps
483 auto format = this->getDefaultBackendFormat(ct, GrRenderable::kYes); in getFallbackColorTypeAndFormat()
DGrContextThreadSafeProxy.cpp145 GrBackendFormat format = fCaps->getDefaultBackendFormat(grColorType, renderable); in defaultBackendFormat()
DGrProxyProvider.cpp196 auto format = this->caps()->getDefaultBackendFormat(colorType, renderable); in testingOnly_createInstantiatedProxy()
346 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo); in createNonMippedProxyFromBitmap()
383 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo); in createMippedProxyFromBitmap()
DGrDynamicAtlas.cpp59 GrBackendFormat format = caps.getDefaultBackendFormat(colorType, GrRenderable::kYes); in MakeLazyAtlasProxy()
DGrCaps.h428 GrBackendFormat getDefaultBackendFormat(GrColorType, GrRenderable) const;
/third_party/skia/tools/gpu/
DProxyUtils.cpp65 const GrBackendFormat format = caps->getDefaultBackendFormat(pixmap.colorType(), renderable); in MakeTextureProxyViewFromData()
/third_party/skia/src/gpu/ops/
DSmallPathAtlasMgr.cpp54 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kAlpha_8, in initAtlas()
/third_party/skia/src/gpu/text/
DGrAtlasManager.h159 !fProxyProvider->caps()->getDefaultBackendFormat(GrColorType::kBGR_565, in resolveMaskFormat()
DGrAtlasManager.cpp316 fCaps->getDefaultBackendFormat(grColorType, GrRenderable::kNo); in initAtlas()
/third_party/skia/gm/
Dlazytiling.cpp36 auto format = dContext->priv().caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in create_view()

12