Lines Matching refs:fRGBProxy
74 if (image->fRGBProxy) { in SkImage_GpuYUVA()
75 fRGBProxy = image->fRGBProxy; // we ref in this case, not move in SkImage_GpuYUVA()
88 SkASSERT(fProxies[0] && !fRGBProxy); in setupMipmapsForPlanes()
120 if (fRGBProxy) { in onFlush()
124 proxies[0] = fRGBProxy.get(); in onFlush()
131 return fRGBProxy.get(); in peekProxy()
135 if (fRGBProxy) { in asTextureProxyRef()
136 return fRGBProxy; in asTextureProxyRef()
163 fRGBProxy = renderTargetContext->asTextureProxyRef(); in asTextureProxyRef()
167 return fRGBProxy; in asTextureProxyRef()
177 if (!proxy || GrMipMapped::kYes == fRGBProxy->mipMapped()) { in asMippedTextureProxyRef()
183 fRGBProxy = mippedProxy; in asMippedTextureProxyRef()