Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRecordingContext.cpp164 sk_sp<GrSurfaceContext> GrRecordingContext::makeDeferredSurfaceContext( in makeDeferredSurfaceContext() function in GrRecordingContext
322 sk_sp<GrSurfaceContext> GrRecordingContextPriv::makeDeferredSurfaceContext( in makeDeferredSurfaceContext() function in GrRecordingContextPriv
331 return fContext->makeDeferredSurfaceContext(format, dstDesc, origin, mipMapped, fit, in makeDeferredSurfaceContext()
DGrRecordingContextPriv.h68 sk_sp<GrSurfaceContext> makeDeferredSurfaceContext(const GrBackendFormat&,
DGrSurfaceProxy.cpp353 sk_sp<GrSurfaceContext> dstContext(context->priv().makeDeferredSurfaceContext( in Copy()
384 sk_sp<GrSurfaceContext> dstContext(context->priv().makeDeferredSurfaceContext( in TestCopy()
DGrContextPriv.h84 sk_sp<GrSurfaceContext> makeDeferredSurfaceContext(const GrBackendFormat&,
DGrContextPriv.cpp57 sk_sp<GrSurfaceContext> GrContextPriv::makeDeferredSurfaceContext( in makeDeferredSurfaceContext() function in GrContextPriv
66 return fContext->makeDeferredSurfaceContext(format, dstDesc, origin, mipMapped, fit, in makeDeferredSurfaceContext()
DGrRenderTargetContext.cpp2181 sk_sp<GrSurfaceContext> sContext = fContext->priv().makeDeferredSurfaceContext( in setupDstProxy()
/external/skia/include/private/
DGrRecordingContext.h60 sk_sp<GrSurfaceContext> makeDeferredSurfaceContext(const GrBackendFormat&,
/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/gm/
Dimage_pict.cpp186 sk_sp<GrSurfaceContext> dstContext(fCtx->contextPriv().makeDeferredSurfaceContext( in onGenerateTexture()
/external/skia/tests/
DSRGBReadWritePixelsTest.cpp210 auto surfaceContext = context->priv().makeDeferredSurfaceContext( in make_surface_context()
DGrSurfaceTest.cpp216 auto surfCtx = context->priv().makeDeferredSurfaceContext( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/gm/
Dimage_pict.cpp186 sk_sp<GrSurfaceContext> dstContext(fCtx->priv().makeDeferredSurfaceContext( in onGenerateTexture()
/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/skia/src/image/
DSkImage_GpuBase.cpp128 sk_sp<GrSurfaceContext> sContext(context->priv().makeDeferredSurfaceContext( in onMakeSubset()
DSkSurface_Gpu.cpp327 context->priv().makeDeferredSurfaceContext(format, desc, c.origin(), in MakeRenderTarget()
/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()