Lines Matching defs:proxy
67 sk_sp<GrTextureProxy> proxy;
82 proxy = device->readSurfaceView().asTextureProxyRef();
93 proxy = sk_ref_sp(sk_gpu_test::GetTextureImageProxy(image.get(), dContext));
95 REPORTER_ASSERT(reporter, proxy);
96 if (!proxy) {
100 REPORTER_ASSERT(reporter, proxy->isInstantiated());
102 GrTexture* texture = proxy->peekTexture();
138 GrTextureProxy* proxy = sk_gpu_test::GetTextureImageProxy(image.get(), dContext);
139 REPORTER_ASSERT(reporter, proxy);
140 if (!proxy) {
144 REPORTER_ASSERT(reporter, proxy->isInstantiated());
146 sk_sp<GrTexture> texture = sk_ref_sp(proxy->peekTexture());
165 GrSurfaceProxy* genProxy = genView.proxy();
379 proxyProvider->createProxy(mipmapView.proxy()->backendFormat(),