Home
last modified time | relevance | path

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

12

/external/skia/tests/
DLazyProxyTest.cpp79 ctx->priv().caps()->getDefaultBackendFormat(GrColorType::kBGR_565, in Op()
136 ctx->priv().caps()->getDefaultBackendFormat(kColorType, GrRenderable::kYes); in ClipFP()
232 GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888,
331 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.cpp150 const GrBackendFormat format = caps->getDefaultBackendFormat(ct, GrRenderable::kYes); in random_render_target_context()
256 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in ProgramUnitTest()
267 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()
106 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_lazy()
239 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.cpp43 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in create_proxy()
DTextureBindingsResetTest.cpp78 auto format = gpu->caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, GrRenderable::kNo); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DProxyConversionTest.cpp132 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DTransferPixelsTest.cpp108 auto backendFormat = caps->getDefaultBackendFormat(colorType, renderable); in basic_transfer_to_test()
274 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.cpp144 GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kAlpha_8, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DOpChainTest.cpp180 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888,
/external/skia/src/gpu/
DGrRecordingContext.cpp54 this->caps()->getDefaultBackendFormat(SkColorTypeToGrColorType(colorType), in maxSurfaceSampleCountForColorType()
167 this->caps()->getDefaultBackendFormat(SkColorTypeToGrColorType(colorType), in colorTypeSupportedAsImage()
DGrContextThreadSafeProxy.cpp145 GrBackendFormat format = fCaps->getDefaultBackendFormat(grColorType, renderable); in defaultBackendFormat()
DGrSurfaceFillContext.cpp57 auto format = caps->getDefaultBackendFormat(colorType, GrRenderable::kYes); in GetFallbackColorTypeAndFormat()
144 GrBackendFormat format = context->priv().caps()->getDefaultBackendFormat(info.colorType(), in Make()
DGrProxyProvider.cpp171 auto format = this->caps()->getDefaultBackendFormat(colorType, renderable); in testingOnly_createInstantiatedProxy()
319 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo); in createNonMippedProxyFromBitmap()
348 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo); in createMippedProxyFromBitmap()
DGrDynamicAtlas.cpp56 GrBackendFormat format = caps.getDefaultBackendFormat(colorType, GrRenderable::kYes); in MakeLazyAtlasProxy()
DGrCaps.h415 GrBackendFormat getDefaultBackendFormat(GrColorType, GrRenderable) const;
/external/skia/tools/gpu/
DProxyUtils.cpp62 const GrBackendFormat format = caps->getDefaultBackendFormat(pixmap.colorType(), renderable); in MakeTextureProxyViewFromData()
/external/skia/src/gpu/text/
DGrAtlasManager.h122 !fProxyProvider->caps()->getDefaultBackendFormat(GrColorType::kBGR_565, in resolveMaskFormat()
/external/skia/src/gpu/ops/
DGrSmallPathAtlasMgr.cpp52 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kAlpha_8, in initAtlas()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp24 GrBackendFormat defaultA8Format = caps.getDefaultBackendFormat(GrColorType::kAlpha_8, in IsSupported()
/external/skia/gm/
Dlazytiling.cpp35 auto format = dContext->priv().caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in create_view()
/external/skia/src/gpu/gradients/
DGrGradientShader.cpp49 auto f16Format = args.fContext->priv().caps()->getDefaultBackendFormat( in make_textured_colorizer()

12