Lines Matching defs:proxies
36 GrYUVATextureProxies proxies,
39 SkImageInfo::Make(proxies.yuvaInfo().dimensions(),
45 proxies.yuvaInfo().hasAlpha() ? kPremul_SkAlphaType
49 , fYUVAProxies(std::move(proxies)) {
111 GrSurfaceProxy* proxies[SkYUVAInfo::kMaxPlanes] = {};
114 proxies[i] = fYUVAProxies.proxy(i);
116 return dContext->priv().flushSurfaces({proxies, numProxies},
233 sk_sp<GrSurfaceProxy> proxies[SkYUVAInfo::kMaxPlanes];
235 proxies[plane] = proxyProvider->wrapBackendTexture(yuvaTextures.texture(plane),
240 if (!proxies[plane]) {
245 proxies,
307 // Convert to texture proxies.
365 sk_sp<GrSurfaceProxy> proxies[4];
367 proxies[i] = SkImage_GpuBase::MakePromiseImageLazyProxy(threadSafeProxy.get(),
373 if (!proxies[i]) {
378 proxies,