Home
last modified time | relevance | path

Searched refs:prepareSurfaceForExternalIO (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/image/
DSkImage_Gpu.cpp481 context->contextPriv().prepareSurfaceForExternalIO(proxy.get()); in MakeCrossContextFromEncoded()
550 context->contextPriv().prepareSurfaceForExternalIO(proxy.get()); in MakeCrossContextFromPixmap()
600 ctx->contextPriv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()
619 ctx->contextPriv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy()); in MakeBackendTextureFromSkImage()
DSkImage_GpuBase.cpp242 fContext->contextPriv().prepareSurfaceForExternalIO(proxy.get()); in onGetBackendTexture()
/external/skqp/src/gpu/
DGrDrawingManager.h75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*,
DGrContextPriv.h133 void prepareSurfaceForExternalIO(GrSurfaceProxy*);
DGrContext.cpp778 void GrContextPriv::prepareSurfaceForExternalIO(GrSurfaceProxy* proxy) { in prepareSurfaceForExternalIO() function in GrContextPriv
783 fContext->fDrawingManager->prepareSurfaceForExternalIO(proxy, 0, nullptr); in prepareSurfaceForExternalIO()
DGrDrawingManager.cpp450 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO( in prepareSurfaceForExternalIO() function in GrDrawingManager
DGrRenderTargetContext.cpp1630 return this->drawingManager()->prepareSurfaceForExternalIO(fRenderTargetProxy.get(), in prepareForExternalIO()