Searched defs:dstContext (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/tests/ |
D | CopySurfaceTest.cpp | 106 sk_sp<GrSurfaceContext> dstContext = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
D | TestUtils.cpp | 46 GrSurfaceContext* dstContext, bool expectedToWork, in test_write_pixels() 82 sk_sp<GrSurfaceContext> dstContext = context->priv().makeWrappedSurfaceContext( in test_copy_from_surface() local
|
D | RectangleTextureTest.cpp | 94 GrSurfaceContext* dstContext, in test_copy_to_surface()
|
/third_party/flutter/skia/src/gpu/ |
D | GrSurfaceProxy.cpp | 374 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/ |
D | GrSurfaceProxy.cpp | 292 auto dstContext = rContext->priv().makeSC(info, in Copy() local 310 auto dstContext = rContext->priv().makeSFC(kUnknown_SkAlphaType, in Copy() local
|
/third_party/skia/tests/ |
D | CopySurfaceTest.cpp | 107 auto dstContext = dContext->priv().makeSC(std::move(dstView), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
D | TestUtils.cpp | 53 skgpu::SurfaceContext* dstContext, in TestWritePixels() 95 auto dstContext = dContext->priv().makeSC(std::move(view), in TestCopyFromSurface() local
|
D | RectangleTextureTest.cpp | 88 skgpu::SurfaceContext* dstContext, in test_copy_to_surface()
|
/third_party/ffmpeg/libswscale/tests/ |
D | swscale.c | 100 struct SwsContext *dstContext = NULL, *outContext = NULL; in doTest() local
|