Home
last modified time | relevance | path

Searched refs:flushSurface (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/gm/
Dpreservefillrule.cpp85 dContext->priv().flushSurface(sfc->asSurfaceProxy()); in onDraw()
/third_party/skia/tests/
DDefaultPathRendererTest.cpp102 dContext->priv().flushSurface(sdc->asSurfaceProxy()); in run_test()
/third_party/skia/src/gpu/
DGrDirectContextPriv.h57 GrSemaphoresSubmitted flushSurface(
DSurfaceContext.cpp246 dContext->priv().flushSurface(srcProxy.get()); in readPixels()
538 dContext->priv().flushSurface(dstProxy); in internalWritePixels()
784 dContext->priv().flushSurface(this->asSurfaceProxy(), in asyncReadPixels()
1030 dContext->priv().flushSurface(this->asSurfaceProxy(), in asyncRescaleAndReadPixelsYUV420()
/third_party/skia/src/image/
DSkImage_Gpu.cpp246 return dContext->priv().flushSurface(proxy.get(), in onFlush()
277 direct->priv().flushSurface(proxy.get()); in onGetBackendTexture()
669 dContext->priv().flushSurface(view.proxy()); in MakeCrossContextFromPixmap()
792 direct->priv().flushSurface(view.proxy()); in MakeBackendTextureFromSkImage()
DSkSurface_Gpu.cpp70 dContext->priv().flushSurface(surface->getDevice()->targetProxy()); in prepare_rt_for_external_access()
220 return dContext->priv().flushSurface(rtp, access, info, newState); in onFlush()
/third_party/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp80 dContext->priv().flushSurface(fDevice->targetProxy()); in flush()
/third_party/flutter/skia/src/gpu/
DGrDrawingManager.h85 GrSemaphoresSubmitted flushSurface(GrSurfaceProxy* proxy, in flushSurface() function
DGrContextPriv.h192 void flushSurface(GrSurfaceProxy*);
DGrSurfaceContext.cpp204 direct->priv().flushSurface(srcProxy); in readPixels()
403 direct->priv().flushSurface(caps->preferVRAMUseOverFlushes() ? dstProxy : nullptr); in writePixels()
DGrContextPriv.cpp212 void GrContextPriv::flushSurface(GrSurfaceProxy* proxy) { in flushSurface() function in GrContextPriv
DGrRenderTargetContext.cpp1984 return this->drawingManager()->flushSurface(fRenderTargetProxy.get(), access, info); in flush()
/third_party/flutter/skia/src/image/
DSkImage_Gpu.cpp512 context->priv().flushSurface(proxy.get()); in MakeCrossContextFromPixmap()
650 ctx->priv().flushSurface(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()
669 ctx->priv().flushSurface(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()
DSkImage_GpuBase.cpp198 direct->priv().flushSurface(proxy.get()); in onGetBackendTexture()