Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawingManager.cpp71 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 …]
DGrDrawingManager.h213 SkTArray<GrOnFlushCallbackObject*> fOnFlushCBObjects; variable
/external/skqp/src/gpu/
DGrDrawingManager.cpp182 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()
DGrDrawingManager.h184 SkTArray<GrOnFlushCallbackObject*> fOnFlushCBObjects; variable
/external/skqp/tools/gpu/
DGrTest.cpp272 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()