Home
last modified time | relevance | path

Searched defs:GrFlushInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/include/gpu/
DGrTypes.h226 struct GrFlushInfo { struct
227 size_t fNumSemaphores = 0;
228 GrBackendSemaphore* fSignalSemaphores = nullptr;
229 GrGpuFinishedProc fFinishedProc = nullptr;
230 GrGpuFinishedContext fFinishedContext = nullptr;
231 GrGpuSubmittedProc fSubmittedProc = nullptr;
232 GrGpuSubmittedContext fSubmittedContext = nullptr;
/third_party/flutter/skia/include/gpu/
DGrTypes.h302 struct GrFlushInfo { struct
303 GrFlushFlags fFlags = kNone_GrFlushFlags;
304 int fNumSemaphores = 0;
305 GrBackendSemaphore* fSignalSemaphores = nullptr;
306 GrGpuFinishedProc fFinishedProc = nullptr;
307 GrGpuFinishedContext fFinishedContext = nullptr;
/third_party/flutter/skia/src/image/
DSkSurface_Base.h105 virtual GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo&) { in onFlush()
DSkImage_Base.h51 virtual GrSemaphoresSubmitted onFlush(GrContext* context, const GrFlushInfo&) { in onFlush()
DSkImage.cpp188 GrSemaphoresSubmitted SkImage::flush(GrContext*, const GrFlushInfo&) { in flush()
/third_party/skia/src/image/
DSkSurface_Base.h39 virtual GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo&, in onFlush()
DSkImage_Base.h87 virtual GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const { in onFlush()