Lines Matching defs:proxy
32 void clean_up_wrapped_rt(GrGpu* gpu, sk_sp<GrSurfaceProxy> proxy) {
33 SkASSERT(proxy->unique());
34 SkASSERT(proxy->peekRenderTarget());
35 GrBackendRenderTarget rt = proxy->peekRenderTarget()->getBackendRenderTarget();
36 proxy.reset();
135 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxy(
140 GrRenderTargetProxy* rtProxy = proxy->asRenderTargetProxy();
149 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxy(
154 GrTextureProxy* tProxy = proxy->asTextureProxy();
163 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxy(
167 GrTextureProxy* tProxy = proxy->asTextureProxy();