Home
last modified time | relevance | path

Searched refs:makeWrappedSurfaceContext (Results 1 – 25 of 41) sorted by relevance

12

/external/skia/src/gpu/
DGrRecordingContext.cpp148 sk_sp<GrSurfaceContext> GrRecordingContext::makeWrappedSurfaceContext( in makeWrappedSurfaceContext() function in GrRecordingContext
184 sk_sp<GrSurfaceContext> sContext = this->makeWrappedSurfaceContext(std::move(proxy), in makeDeferredSurfaceContext()
315 sk_sp<GrSurfaceContext> GrRecordingContextPriv::makeWrappedSurfaceContext( in makeWrappedSurfaceContext() function in GrRecordingContextPriv
319 return fContext->makeWrappedSurfaceContext(std::move(proxy), std::move(colorSpace), props); in makeWrappedSurfaceContext()
DGrRecordingContextPriv.h64 sk_sp<GrSurfaceContext> makeWrappedSurfaceContext(sk_sp<GrSurfaceProxy>,
DGrContextPriv.h80 sk_sp<GrSurfaceContext> makeWrappedSurfaceContext(sk_sp<GrSurfaceProxy>,
/external/skqp/tests/
DGrUploadPixelsTests.cpp35 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(proxy); in basic_texture_test()
65 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(proxy); in basic_texture_test()
DReadWriteAlphaTest.cpp80 sk_sp<GrSurfaceContext> sContext(context->contextPriv().makeWrappedSurfaceContext( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
198 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DFloatingPointTextureTest.cpp56 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext( in runFPTest()
DPackedConfigsTextureTest.cpp120 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext( in run_test()
DCopySurfaceTest.cpp106 context->contextPriv().makeWrappedSurfaceContext( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp162 sk_sp<GrSurfaceContext> rectContext = context->contextPriv().makeWrappedSurfaceContext( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/tests/
DGrUploadPixelsTests.cpp35 sk_sp<GrSurfaceContext> sContext = context->priv().makeWrappedSurfaceContext(proxy); in basic_texture_test()
65 sk_sp<GrSurfaceContext> sContext = context->priv().makeWrappedSurfaceContext(proxy); in basic_texture_test()
DReadWriteAlphaTest.cpp80 sk_sp<GrSurfaceContext> sContext(context->priv().makeWrappedSurfaceContext( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
198 sk_sp<GrSurfaceContext> sContext = context->priv().makeWrappedSurfaceContext( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DFloatingPointTextureTest.cpp56 sk_sp<GrSurfaceContext> sContext = context->priv().makeWrappedSurfaceContext( in runFPTest()
DCopySurfaceTest.cpp105 context->priv().makeWrappedSurfaceContext(std::move(dst)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DPackedConfigsTextureTest.cpp120 sk_sp<GrSurfaceContext> sContext = context->priv().makeWrappedSurfaceContext( in run_test()
DRectangleTextureTest.cpp162 sk_sp<GrSurfaceContext> rectContext = context->priv().makeWrappedSurfaceContext( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skqp/tools/gpu/
DProxyUtils.cpp71 auto sContext = context->contextPriv().makeWrappedSurfaceContext(proxy, nullptr); in MakeTextureProxyFromData()
/external/skia/tools/gpu/
DProxyUtils.cpp73 auto sContext = context->priv().makeWrappedSurfaceContext(proxy, nullptr); in MakeTextureProxyFromData()
/external/skia/include/private/
DGrRecordingContext.h56 sk_sp<GrSurfaceContext> makeWrappedSurfaceContext(sk_sp<GrSurfaceProxy>,
/external/skqp/src/gpu/text/
DGrAtlasManager.cpp112 sk_sp<GrSurfaceContext> sContext(context->contextPriv().makeWrappedSurfaceContext( in save_pixels()
/external/skia/src/gpu/text/
DGrAtlasManager.cpp112 sk_sp<GrSurfaceContext> sContext(context->priv().makeWrappedSurfaceContext(sk_ref_sp(sProxy))); in save_pixels()
/external/skia/src/image/
DSkImage_GpuBase.cpp92 sk_sp<GrSurfaceContext> sContext = direct->priv().makeWrappedSurfaceContext( in getROPixels()
191 sk_sp<GrSurfaceContext> sContext = direct->priv().makeWrappedSurfaceContext( in onReadPixels()
/external/skqp/src/gpu/
DGrContextPriv.h51 sk_sp<GrSurfaceContext> makeWrappedSurfaceContext(sk_sp<GrSurfaceProxy>,
/external/skqp/src/image/
DSkImage_GpuBase.cpp93 sk_sp<GrSurfaceContext> sContext = fContext->contextPriv().makeWrappedSurfaceContext( in getROPixels()
187 sk_sp<GrSurfaceContext> sContext = fContext->contextPriv().makeWrappedSurfaceContext( in onReadPixels()
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp181 sk_sp<GrSurfaceContext> c = fContext->priv().makeWrappedSurfaceContext( in init()
/external/skqp/src/core/
DSkDeferredDisplayListRecorder.cpp170 sk_sp<GrSurfaceContext> c = fContext->contextPriv().makeWrappedSurfaceContext( in init()

12