Searched defs:GrOnFlushResourceProvider (Results 1 – 5 of 5) sorted by relevance
16 class GrOnFlushResourceProvider; variable55 explicit GrOnFlushResourceProvider(GrDrawingManager* drawingMgr) : fDrawingMgr(drawingMgr) {} in GrOnFlushResourceProvider() function
14 class GrOnFlushResourceProvider; variable
205 friend class GrOnFlushResourceProvider; // this is just a shallow wrapper around this class variable
23 class GrOnFlushResourceProvider; variable
45 void preFlush(GrOnFlushResourceProvider*, SkSpan<const uint32_t>) override { in preFlush() argument