Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrDirectContextPriv.h50 GrSemaphoresSubmitted flushSurfaces(
63 return this->flushSurfaces({&proxy, size}, access, info, newState);
H A DGrDirectContextPriv.cpp36 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 DGrDrawingManager.h139 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
H A DGrDrawingManager.cpp482 // 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 DGrDirectContext.cpp472 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 DSkImage_GpuYUVA.cpp116 return dContext->priv().flushSurfaces({proxies, numProxies}, in onFlush()

Completed in 7 milliseconds