Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDirectContextPriv.h84 GrSemaphoresSubmitted flushSurfaces(
97 return this->flushSurfaces({&proxy, size}, access, info, newState);
DGrDirectContextPriv.cpp42 GrSemaphoresSubmitted GrDirectContextPriv::flushSurfaces( in flushSurfaces() function in GrDirectContextPriv
66 return fContext->drawingManager()->flushSurfaces(proxies, access, info, newState); in flushSurfaces()
DGrDrawingManager.h124 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
DGrDrawingManager.cpp492 GrSemaphoresSubmitted GrDrawingManager::flushSurfaces( in flushSurfaces() function in GrDrawingManager
855 this->flushSurfaces(SkSpan<GrSurfaceProxy*>{}, in newWritePixelsTask()
DGrDirectContext.cpp400 return this->drawingManager()->flushSurfaces({}, SkSurface::BackendSurfaceAccess::kNoAccess, in flush()
542 context->priv().drawingManager()->flushSurfaces({&p, 1}, in update_texture_with_pixmaps()
/external/skia/src/image/
DSkImage_GpuYUVA.cpp115 return dContext->priv().flushSurfaces({proxies, numProxies}, in onFlush()