Searched refs:fOnFlushCBObjects (Results 1 – 5 of 5) sorted by relevance
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()[all …]
213 SkTArray<GrOnFlushCallbackObject*> fOnFlushCBObjects; variable
182 fOnFlushCBObjects.reset(); in cleanup()195 for (int i = fOnFlushCBObjects.count() - 1; i >= 0; --i) { in freeGpuResources()196 if (!fOnFlushCBObjects[i]->retainOnFreeGpuResources()) { in freeGpuResources()198 fOnFlushCBObjects.removeShuffle(i); in freeGpuResources()246 if (!fOnFlushCBObjects.empty()) { in flush()250 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()343 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()488 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
184 SkTArray<GrOnFlushCallbackObject*> fOnFlushCBObjects; variable
272 int n = std::find(fOnFlushCBObjects.begin(), fOnFlushCBObjects.end(), cb) - in testingOnly_removeOnFlushCallbackObject()273 fOnFlushCBObjects.begin(); in testingOnly_removeOnFlushCallbackObject()274 SkASSERT(n < fOnFlushCBObjects.count()); in testingOnly_removeOnFlushCallbackObject()275 fOnFlushCBObjects.removeShuffle(n); in testingOnly_removeOnFlushCallbackObject()