Searched refs:prepareSurfaceForExternalIO (Results 1 – 7 of 7) sorted by relevance
481 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()
242 fContext->contextPriv().prepareSurfaceForExternalIO(proxy.get()); in onGetBackendTexture()
75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*,
133 void prepareSurfaceForExternalIO(GrSurfaceProxy*);
778 void GrContextPriv::prepareSurfaceForExternalIO(GrSurfaceProxy* proxy) { in prepareSurfaceForExternalIO() function in GrContextPriv783 fContext->fDrawingManager->prepareSurfaceForExternalIO(proxy, 0, nullptr); in prepareSurfaceForExternalIO()
450 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO( in prepareSurfaceForExternalIO() function in GrDrawingManager
1630 return this->drawingManager()->prepareSurfaceForExternalIO(fRenderTargetProxy.get(), in prepareForExternalIO()