Lines Matching defs:proxy
979 sk_sp<GrTextureProxy> proxy = as_IB(refImg)->asTextureProxyRef(
981 REPORTER_ASSERT(reporter, proxy);
996 proxy.reset(nullptr);
998 // We released one proxy but not the other from the current borrowing context. Make sure
1066 sk_sp<GrTextureProxy> proxy = as_IB(image)->asTextureProxyRef(
1068 REPORTER_ASSERT(reporter, proxy);
1071 REPORTER_ASSERT(reporter, expectAlpha == GrPixelConfigIsAlphaOnly(proxy->config()));
1079 sk_sp<GrContextThreadSafeProxy> proxy = context->threadSafeProxy();
1085 REPORTER_ASSERT(reporter, proxy);