Searched refs:flushSurfaces (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrDirectContextPriv.h | 50 GrSemaphoresSubmitted flushSurfaces( 63 return this->flushSurfaces({&proxy, size}, access, info, newState);
|
H A D | GrDirectContextPriv.cpp | 36 GrSemaphoresSubmitted GrDirectContextPriv::flushSurfaces( in flushSurfaces() function in GrDirectContextPriv 42 GR_CREATE_TRACE_MARKER_CONTEXT("GrDirectContextPriv", "flushSurfaces", this->context()); in flushSurfaces() 60 return this->context()->drawingManager()->flushSurfaces(proxies, access, info, newState); in flushSurfaces()
|
H A D | GrDrawingManager.h | 139 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
|
H A D | GrDrawingManager.cpp | 482 // In the flushSurfaces case, we need to resolve MSAA immediately after flush. This is in resolve_and_mipmap() 508 GrSemaphoresSubmitted GrDrawingManager::flushSurfaces( in flushSurfaces() function in GrDrawingManager 906 this->flushSurfaces(SkSpan<GrSurfaceProxy*>{}, in newWritePixelsTask()
|
H A D | GrDirectContext.cpp | 472 return this->drawingManager()->flushSurfaces({}, SkSurface::BackendSurfaceAccess::kNoAccess, in flush() 762 context->priv().drawingManager()->flushSurfaces({&p, 1}, in update_texture_with_pixmaps()
|
/third_party/skia/src/image/ |
H A D | SkImage_GpuYUVA.cpp | 116 return dContext->priv().flushSurfaces({proxies, numProxies}, in onFlush()
|
Completed in 7 milliseconds