Home
last modified time | relevance | path

Searched refs:flushSurfaces (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrDirectContextPriv.h51 GrSemaphoresSubmitted flushSurfaces(
64 return this->flushSurfaces({&proxy, size}, access, info, newState);
DGrDirectContextPriv.cpp43 GrSemaphoresSubmitted GrDirectContextPriv::flushSurfaces( in flushSurfaces() function in GrDirectContextPriv
67 return this->context()->drawingManager()->flushSurfaces(proxies, access, info, newState); in flushSurfaces()
DGrDrawingManager.h158 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
DGrDrawingManager.cpp498 GrSemaphoresSubmitted GrDrawingManager::flushSurfaces( in flushSurfaces() function in GrDrawingManager
977 this->flushSurfaces(SkSpan<GrSurfaceProxy*>{}, in newWritePixelsTask()
DGrDirectContext.cpp422 return this->drawingManager()->flushSurfaces({}, SkSurface::BackendSurfaceAccess::kNoAccess, in flush()
569 context->priv().drawingManager()->flushSurfaces({&p, 1}, in update_texture_with_pixmaps()
/external/skia/src/image/
DSkImage_GpuYUVA.cpp144 return dContext->priv().flushSurfaces({proxies, numProxies}, in onFlush()