Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDirectContextPriv.h50 GrSemaphoresSubmitted flushSurfaces(
63 return this->flushSurfaces({&proxy, size}, access, info, newState);
DGrDirectContextPriv.cpp36 GrSemaphoresSubmitted GrDirectContextPriv::flushSurfaces( in flushSurfaces() function in GrDirectContextPriv
60 return this->context()->drawingManager()->flushSurfaces(proxies, access, info, newState); in flushSurfaces()
DGrDrawingManager.h139 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
DGrDrawingManager.cpp508 GrSemaphoresSubmitted GrDrawingManager::flushSurfaces( in flushSurfaces() function in GrDrawingManager
906 this->flushSurfaces(SkSpan<GrSurfaceProxy*>{}, in newWritePixelsTask()
DGrDirectContext.cpp441 return this->drawingManager()->flushSurfaces({}, SkSurface::BackendSurfaceAccess::kNoAccess, in flush()
614 context->priv().drawingManager()->flushSurfaces({&p, 1}, in update_texture_with_pixmaps()
/third_party/flutter/skia/src/gpu/
DGrDrawingManager.h81 GrSemaphoresSubmitted flushSurfaces(GrSurfaceProxy* proxies[],
88 return this->flushSurfaces(&proxy, 1, access, info); in flushSurface()
DGrContextPriv.cpp197 GrSemaphoresSubmitted GrContextPriv::flushSurfaces(GrSurfaceProxy* proxies[], int numProxies, in flushSurfaces() function in GrContextPriv
208 return fContext->drawingManager()->flushSurfaces( in flushSurfaces()
213 this->flushSurfaces(proxy ? &proxy : nullptr, proxy ? 1 : 0, {}); in flushSurface()
DGrContextPriv.h188 GrSemaphoresSubmitted flushSurfaces(GrSurfaceProxy*[], int numProxies, const GrFlushInfo&);
DGrDrawingManager.cpp482 GrSemaphoresSubmitted GrDrawingManager::flushSurfaces(GrSurfaceProxy* proxies[], int numProxies, in flushSurfaces() function in GrDrawingManager
/third_party/flutter/skia/src/image/
DSkImage_GpuYUVA.cpp127 return context->priv().flushSurfaces(proxies, numProxies, info); in onFlush()
DSkImage_Gpu.cpp73 return context->priv().flushSurfaces(p, 1, info); in onFlush()
/third_party/skia/src/image/
DSkImage_GpuYUVA.cpp116 return dContext->priv().flushSurfaces({proxies, numProxies}, in onFlush()