Lines Matching refs:fOnFlushCBObjects
71 for (int i = fOnFlushCBObjects.count() - 1; i >= 0; --i) { in freeGpuResources()
72 if (!fOnFlushCBObjects[i]->retainOnFreeGpuResources()) { in freeGpuResources()
74 fOnFlushCBObjects.removeShuffle(i); in freeGpuResources()
155 if (!fOnFlushCBObjects.empty()) { in flush()
163 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
231 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
531 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
536 int n = std::find(fOnFlushCBObjects.begin(), fOnFlushCBObjects.end(), cb) - in testingOnly_removeOnFlushCallbackObject()
537 fOnFlushCBObjects.begin(); in testingOnly_removeOnFlushCallbackObject()
538 SkASSERT(n < fOnFlushCBObjects.count()); in testingOnly_removeOnFlushCallbackObject()
539 fOnFlushCBObjects.removeShuffle(n); in testingOnly_removeOnFlushCallbackObject()