Searched refs:GrOnFlushCallbackObject (Results 1 – 8 of 8) sorted by relevance
21 class GrOnFlushCallbackObject; variable75 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);76 void testingOnly_removeOnFlushCallbackObject(GrOnFlushCallbackObject*);125 SkTArray<GrOnFlushCallbackObject*> fOnFlushCBObjects;
17 class GrOnFlushCallbackObject; variable77 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);79 void testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject*);
30 class GrOnFlushCallbackObject {32 virtual ~GrOnFlushCallbackObject() { } in ~GrOnFlushCallbackObject()
137 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in internalFlush()200 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in internalFlush()227 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
763 void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
269 void GrContextPriv::testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject* cb) { in testingOnly_flushAndRemoveOnFlushCallbackObject()274 void GrDrawingManager::testingOnly_removeOnFlushCallbackObject(GrOnFlushCallbackObject* cb) { in testingOnly_removeOnFlushCallbackObject()
29 , public GrOnFlushCallbackObject {
256 class AtlasObject final : public GrOnFlushCallbackObject {