Searched refs:tempProxy (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrSurfaceContext.cpp | 316 auto tempProxy = direct->priv().proxyProvider()->createProxy( in writePixels() local 320 if (!tempProxy) { in writePixels() 324 tempProxy, colorType, alphaType, this->colorSpaceInfo().refColorSpace()); in writePixels() 344 GrSimpleTextureEffect::Make(std::move(tempProxy), SkMatrix::I())); in writePixels() 350 fp = GrSimpleTextureEffect::Make(std::move(tempProxy), SkMatrix::I()); in writePixels() 365 if (!this->copy(tempProxy.get(), srcRect, dstPoint)) { in writePixels()
|
/third_party/skia/src/gpu/ |
D | SurfaceContext.cpp | 420 auto tempProxy = dContext->priv().proxyProvider()->createProxy(format, in internalWritePixels() local 428 if (!tempProxy) { in internalWritePixels() 431 GrSurfaceProxyView tempView(tempProxy, tempOrigin, tempReadSwizzle); in internalWritePixels() 471 if (!this->copy(std::move(tempProxy), srcRect, dstPoint)) { in internalWritePixels()
|