Searched refs:flushSurfaces (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ganesh/ |
D | GrDirectContextPriv.h | 51 GrSemaphoresSubmitted flushSurfaces( 64 return this->flushSurfaces({&proxy, size}, access, info, newState);
|
D | GrDirectContextPriv.cpp | 43 GrSemaphoresSubmitted GrDirectContextPriv::flushSurfaces( in flushSurfaces() function in GrDirectContextPriv 67 return this->context()->drawingManager()->flushSurfaces(proxies, access, info, newState); in flushSurfaces()
|
D | GrDrawingManager.h | 158 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
|
D | GrDrawingManager.cpp | 498 GrSemaphoresSubmitted GrDrawingManager::flushSurfaces( in flushSurfaces() function in GrDrawingManager 977 this->flushSurfaces(SkSpan<GrSurfaceProxy*>{}, in newWritePixelsTask()
|
D | GrDirectContext.cpp | 422 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/ |
D | SkImage_GpuYUVA.cpp | 144 return dContext->priv().flushSurfaces({proxies, numProxies}, in onFlush()
|