Searched refs:flushSurfaces (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrDirectContextPriv.h | 84 GrSemaphoresSubmitted flushSurfaces( 97 return this->flushSurfaces({&proxy, size}, access, info, newState);
|
D | GrDirectContextPriv.cpp | 42 GrSemaphoresSubmitted GrDirectContextPriv::flushSurfaces( in flushSurfaces() function in GrDirectContextPriv 66 return fContext->drawingManager()->flushSurfaces(proxies, access, info, newState); in flushSurfaces()
|
D | GrDrawingManager.h | 124 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
|
D | GrDrawingManager.cpp | 492 GrSemaphoresSubmitted GrDrawingManager::flushSurfaces( in flushSurfaces() function in GrDrawingManager 855 this->flushSurfaces(SkSpan<GrSurfaceProxy*>{}, in newWritePixelsTask()
|
D | GrDirectContext.cpp | 400 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/ |
D | SkImage_GpuYUVA.cpp | 115 return dContext->priv().flushSurfaces({proxies, numProxies}, in onFlush()
|