Home
last modified time | relevance | path

Searched refs:makeDeferredSurfaceContext (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/gpu/
DGrSurfaceProxy.cpp356 sk_sp<GrSurfaceContext> dstContext(context->contextPriv().makeDeferredSurfaceContext( in Copy()
386 sk_sp<GrSurfaceContext> dstContext(context->contextPriv().makeDeferredSurfaceContext( in TestCopy()
DGrContextPriv.h55 sk_sp<GrSurfaceContext> makeDeferredSurfaceContext(const GrBackendFormat&,
DGrContext.cpp839 sk_sp<GrSurfaceContext> GrContextPriv::makeDeferredSurfaceContext(const GrBackendFormat& format, in makeDeferredSurfaceContext() function in GrContextPriv
DGrRenderTargetContext.cpp2071 sk_sp<GrSurfaceContext> sContext = fContext->contextPriv().makeDeferredSurfaceContext( in setupDstProxy()
/external/skqp/tests/
DSRGBReadWritePixelsTest.cpp210 auto surfaceContext = context->contextPriv().makeDeferredSurfaceContext( in make_surface_context()
DGrSurfaceTest.cpp215 auto surfCtx = context->contextPriv().makeDeferredSurfaceContext( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/gm/
Dimage_pict.cpp186 sk_sp<GrSurfaceContext> dstContext(fCtx->contextPriv().makeDeferredSurfaceContext( in onGenerateTexture()
/external/skqp/src/image/
DSkImage_GpuBase.cpp125 sk_sp<GrSurfaceContext> sContext(fContext->contextPriv().makeDeferredSurfaceContext( in onMakeSubset()
DSkSurface_Gpu.cpp314 context->contextPriv().makeDeferredSurfaceContext(format, desc, c.origin(), in MakeRenderTarget()