Lines Matching refs:proxy
130 sk_sp<GrSurfaceProxy> proxy,
135 if (!rContext || !proxy || colorType == GrColorType::kUnknown) {
139 const GrBackendFormat& format = proxy->backendFormat();
143 GrSurfaceProxyView readView ( proxy, origin, readSwizzle);
144 GrSurfaceProxyView writeView(std::move(proxy), origin, writeSwizzle);
177 sk_sp<GrTextureProxy> proxy = rContext->priv().proxyProvider()->createProxy(
186 if (!proxy) {
190 GrSurfaceProxyView readView ( proxy, origin, readSwizzle);
191 GrSurfaceProxyView writeView(std::move(proxy), origin, writeSwizzle);
223 sk_sp<GrTextureProxy> proxy = rContext->priv().proxyProvider()->createProxy(format,
231 if (!proxy) {
237 std::move(proxy),
274 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture(
277 if (!proxy) {
281 return SurfaceDrawContext::Make(rContext, colorType, std::move(proxy), std::move(colorSpace),