Lines Matching defs:proxy
71 // proxy instansiations may add multiple things to the cache. There would be an entry for the
108 GrTextureProxy* proxy = sk_gpu_test::GetTextureImageProxy(img.get(), dContext);
109 REPORTER_ASSERT(reporter, proxy);
111 REPORTER_ASSERT(reporter, mipMapped == proxy->proxyMipmapped());
112 REPORTER_ASSERT(reporter, proxy->isInstantiated());
113 REPORTER_ASSERT(reporter, mipMapped == proxy->mipmapped());
270 sk_sp<GrSurfaceProxy> proxy;
272 proxy = dContext->priv().proxyProvider()->wrapRenderableBackendTexture(
275 proxy = dContext->priv().proxyProvider()->wrapBackendTexture(
278 if (!proxy) {
279 ERRORF(reporter, "Could not make proxy from backend texture");
284 GrSurfaceProxyView readView(proxy, kTopLeft_GrSurfaceOrigin, swizzle);
389 auto proxy = dContext->priv().proxyProvider()->wrapBackendTexture(backendTex,
393 if (!proxy) {
394 ERRORF(reporter, "Could not make proxy from backend texture");
399 GrSurfaceProxyView readView(proxy, kTopLeft_GrSurfaceOrigin, swizzle);