Home
last modified time | relevance | path

Searched defs:dstContext (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/tests/
DCopySurfaceTest.cpp106 sk_sp<GrSurfaceContext> dstContext = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DTestUtils.cpp46 GrSurfaceContext* dstContext, bool expectedToWork, in test_write_pixels()
82 sk_sp<GrSurfaceContext> dstContext = context->priv().makeWrappedSurfaceContext( in test_copy_from_surface() local
DRectangleTextureTest.cpp94 GrSurfaceContext* dstContext, in test_copy_to_surface()
/third_party/flutter/skia/src/gpu/
DGrSurfaceProxy.cpp374 sk_sp<GrTextureContext> dstContext(context->priv().makeDeferredTextureContext( in Copy() local
385 sk_sp<GrRenderTargetContext> dstContext = context->priv().makeDeferredRenderTargetContext( in Copy() local
/third_party/skia/src/gpu/
DGrSurfaceProxy.cpp292 auto dstContext = rContext->priv().makeSC(info, in Copy() local
310 auto dstContext = rContext->priv().makeSFC(kUnknown_SkAlphaType, in Copy() local
/third_party/skia/tests/
DCopySurfaceTest.cpp107 auto dstContext = dContext->priv().makeSC(std::move(dstView), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DTestUtils.cpp53 skgpu::SurfaceContext* dstContext, in TestWritePixels()
95 auto dstContext = dContext->priv().makeSC(std::move(view), in TestCopyFromSurface() local
DRectangleTextureTest.cpp88 skgpu::SurfaceContext* dstContext, in test_copy_to_surface()
/third_party/ffmpeg/libswscale/tests/
Dswscale.c100 struct SwsContext *dstContext = NULL, *outContext = NULL; in doTest() local