Searched refs:tempView (Results 1 – 2 of 2) sorted by relevance
520 GrSurfaceProxyView tempView(tempProxy, tempOrigin, tempReadSwizzle); in internalWritePixels() local521 GrSurfaceContext tempCtx(dContext, tempView, tempColorInfo); in internalWritePixels()542 GrTextureEffect::Make(std::move(tempView), tempColorInfo.alphaType())); in internalWritePixels()548 fp = GrTextureEffect::Make(std::move(tempView), tempColorInfo.alphaType()); in internalWritePixels()
1199 …NSData *tempView = [NSData dataWithBytesNoCopy:(char *)_readBuffer.bytes + _readBufferOffset lengt…1200 foundSize = consumer.consumer(tempView);