HomeSort by relevance Sort by last modified time
    Searched refs:prepareSurfaceForExternalIO (Results 1 - 12 of 12) sorted by null

  /external/skia/src/gpu/
GrDrawingManager.h 75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*,
GrContextPriv.h 112 void prepareSurfaceForExternalIO(GrSurfaceProxy*);
GrDrawingManager.cpp 326 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO(
GrContext.cpp     [all...]
GrRenderTargetContext.cpp     [all...]
  /external/skqp/src/gpu/
GrContextPriv.h 108 void prepareSurfaceForExternalIO(GrSurfaceProxy*);
GrDrawingManager.h 75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*,
GrDrawingManager.cpp 296 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO(
GrContext.cpp 784 void GrContextPriv::prepareSurfaceForExternalIO(GrSurfaceProxy* proxy) {
789 fContext->fDrawingManager->prepareSurfaceForExternalIO(proxy, 0, nullptr);
    [all...]
GrRenderTargetContext.cpp     [all...]
  /external/skia/src/image/
SkImage_Gpu.cpp 181 fContext->contextPriv().prepareSurfaceForExternalIO(fProxy.get());
610 context->contextPriv().prepareSurfaceForExternalIO(proxy.get());
662 context->contextPriv().prepareSurfaceForExternalIO(proxy.get());
710 ctx->contextPriv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy());
729 ctx->contextPriv().prepareSurfaceForExternalIO(as_IB(image)->peekProxy());
    [all...]
  /external/skqp/src/image/
SkImage_Gpu.cpp 183 fContext->contextPriv().prepareSurfaceForExternalIO(fProxy.get());
606 context->contextPriv().prepareSurfaceForExternalIO(proxy.get());
643 context->contextPriv().prepareSurfaceForExternalIO(proxy.get());
    [all...]

Completed in 1046 milliseconds