Home
last modified time | relevance | path

Searched refs:fOnFlushCBObjects (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/gpu/
DGrTest.cpp275 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()
/external/skia/src/gpu/
DGrDrawingManager.cpp128 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()
DGrDrawingManager.h125 SkTArray<GrOnFlushCallbackObject*> fOnFlushCBObjects; variable