Lines Matching defs:src
13 #include "src/gpu/GrRenderTargetProxy.h"
14 #include "src/gpu/GrSurfaceProxy.h"
15 #include "src/gpu/GrSwizzle.h"
16 #include "src/gpu/GrTextureProxy.h"
96 // Helper that copies a rect of a src view'' proxy and then creates a view for the copy with
97 // the same origin and swizzle as the src view.
99 GrSurfaceProxyView src,
105 src.refProxy(),
106 src.origin(),
111 return {std::move(copy), src.origin(), src.swizzle()};
115 GrSurfaceProxyView src,
120 src.refProxy(),
121 src.origin(),
125 return {std::move(copy), src.origin(), src.swizzle()};