Searched refs:onFlushCBObject (Results 1 – 3 of 3) sorted by relevance
152 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument153 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
159 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() argument537 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
20 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument21 this->context()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()