Lines Matching refs:gpu
12 #include "include/gpu/GrBackendSurface.h"
13 #include "include/gpu/GrDirectContext.h"
14 #include "src/gpu/GrDirectContextPriv.h"
15 #include "src/gpu/GrGpu.h"
16 #include "src/gpu/GrProxyProvider.h"
17 #include "src/gpu/GrRenderTarget.h"
18 #include "src/gpu/GrRenderTargetProxy.h"
19 #include "src/gpu/GrSurfaceProxy.h"
20 #include "src/gpu/GrTexture.h"
21 #include "src/gpu/GrTextureProxy.h"
24 GrGpu* gpu,
28 auto backendRT = gpu->createTestingOnlyBackendRenderTarget(size, colorType);
32 void clean_up_wrapped_rt(GrGpu* gpu, sk_sp<GrSurfaceProxy> proxy) {
37 gpu->deleteTestingOnlyBackendRenderTarget(rt);
61 GrGpu* gpu = context->priv().getGpu();
69 make_wrapped_rt(proxyProvider, gpu, reporter, kSize, kColorType));
76 clean_up_wrapped_rt(gpu, std::move(sProxy));