Home
last modified time | relevance | path

Searched refs:tempProxy (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrContextPriv.cpp372 auto tempProxy = this->proxyProvider()->createProxy( in readSurfacePixels() local
374 if (!tempProxy) { in readSurfacePixels()
379 tempCtx = this->drawingManager()->makeRenderTargetContext(std::move(tempProxy), nullptr, in readSurfacePixels()
385 std::move(tempProxy), src->colorSpaceInfo().refColorSpace()); in readSurfacePixels()
564 auto tempProxy = this->proxyProvider()->createProxy( in writeSurfacePixels() local
566 if (!tempProxy) { in writeSurfacePixels()
570 tempProxy, dst->colorSpaceInfo().refColorSpace()); in writeSurfacePixels()
588 GrSimpleTextureEffect::Make(std::move(tempProxy), SkMatrix::I())); in writeSurfacePixels()
601 return dst->copy(tempProxy.get(), SkIRect::MakeWH(width, height), {left, top}); in writeSurfacePixels()
/external/skqp/src/gpu/
DGrContext.cpp469 auto tempProxy = this->proxyProvider()->createProxy( in writeSurfacePixels() local
471 if (!tempProxy) { in writeSurfacePixels()
475 tempProxy, dst->colorSpaceInfo().refColorSpace()); in writeSurfacePixels()
493 GrSimpleTextureEffect::Make(std::move(tempProxy), SkMatrix::I())); in writeSurfacePixels()
506 return dst->copy(tempProxy.get(), SkIRect::MakeWH(width, height), {left, top}); in writeSurfacePixels()
658 auto tempProxy = this->proxyProvider()->createProxy( in readSurfacePixels() local
660 if (!tempProxy) { in readSurfacePixels()
665 tempCtx = this->drawingManager()->makeRenderTargetContext(std::move(tempProxy), nullptr, in readSurfacePixels()
671 std::move(tempProxy), src->colorSpaceInfo().refColorSpace()); in readSurfacePixels()