Home | History | Annotate | Download | only in gpu

Lines Matching defs:proxy

757     // assumption here is that sw bitmap size is a good proxy for its size as
954 sk_sp<GrTextureProxy> proxy =
956 if (!proxy) {
984 fp = GrBicubicEffect::Make(std::move(proxy), texMatrix, domain);
986 fp = GrTextureDomainEffect::Make(std::move(proxy), texMatrix, domain,
992 fp = GrBicubicEffect::Make(std::move(proxy), texMatrix, wrapMode);
994 fp = GrSimpleTextureEffect::Make(std::move(proxy), texMatrix, samplerState);
1053 sk_sp<GrTextureProxy> proxy = result->asTextureProxyRef(this->context());
1054 if (!proxy) {
1058 const GrPixelConfig config = proxy->config();
1069 auto fp = GrSimpleTextureEffect::Make(std::move(proxy), SkMatrix::I());
1178 sk_sp<GrTextureProxy> proxy = GrMakeCachedBitmapProxy(fContext->priv().proxyProvider(),
1180 if (!proxy) {
1184 const SkIRect rect = SkIRect::MakeWH(proxy->width(), proxy->height());
1191 std::move(proxy),
1199 sk_sp<GrTextureProxy> proxy = as_IB(image)->asTextureProxyRef(this->context());
1204 std::move(proxy),
1226 sk_sp<GrTextureProxy> proxy(this->accessRenderTargetContext()->asTextureProxyRef());
1227 if (!proxy) {
1231 proxy = GrSurfaceProxy::Copy(fContext.get(),
1236 if (!proxy) {
1247 std::move(proxy),
1323 if (sk_sp<GrTextureProxy> proxy = as_IB(image)->refPinnedTextureProxy(this->context(),
1325 GrTextureAdjuster adjuster(this->context(), std::move(proxy),
1366 auto proxy = producer->refTextureProxyForParams(&filter, nullptr);
1367 if (!proxy) {
1374 std::move(proxy), std::move(csxf), filter,
1384 if (sk_sp<GrTextureProxy> proxy = as_IB(image)->refPinnedTextureProxy(this->context(),
1386 GrTextureAdjuster adjuster(this->context(), std::move(proxy),