Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrRecordingContext.cpp152 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
153 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
DGrDrawingManager.cpp159 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
160 preFlushSuccessful &= onFlushCBObject->preFlush(&onFlushProvider); in flush()
206 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
207 onFlushCBObject->postFlush(fTokenTracker.nextFlushToken()); in flush()
536 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
537 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
DGrRecordingContextPriv.cpp20 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
21 this->context()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()