Searched refs:fOnFlushCBObjects (Results 1 – 3 of 3) sorted by relevance
275 int n = std::find(fOnFlushCBObjects.begin(), fOnFlushCBObjects.end(), cb) - in testingOnly_removeOnFlushCallbackObject()276 fOnFlushCBObjects.begin(); in testingOnly_removeOnFlushCallbackObject()277 SkASSERT(n < fOnFlushCBObjects.count()); in testingOnly_removeOnFlushCallbackObject()278 fOnFlushCBObjects.removeShuffle(n); in testingOnly_removeOnFlushCallbackObject()
128 if (!fOnFlushCBObjects.empty()) { in internalFlush()137 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in internalFlush()200 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in internalFlush()228 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
125 SkTArray<GrOnFlushCallbackObject*> fOnFlushCBObjects; variable