Lines Matching defs:rectProxy
158 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture(
161 if (!rectProxy) {
166 SkASSERT(rectProxy->mipmapped() == GrMipmapped::kNo);
167 SkASSERT(rectProxy->peekTexture()->mipmapped() == GrMipmapped::kNo);
169 SkASSERT(rectProxy->textureType() == GrTextureType::kRectangle);
170 SkASSERT(rectProxy->peekTexture()->textureType() == GrTextureType::kRectangle);
171 SkASSERT(rectProxy->hasRestrictedSampling());
172 SkASSERT(rectProxy->peekTexture()->hasRestrictedSampling());
177 GrSurfaceProxyView view(rectProxy, origin, swizzle);
183 TestCopyFromSurface(reporter, dContext, rectProxy, origin, grII.colorType(), refPixels,