Searched refs:onFlushCBObject (Results 1 – 5 of 5) sorted by relevance
144 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument145 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()311 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument312 fContext->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
264 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()265 onFlushCBObject->preFlush(&onFlushProvider, in flush()359 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()360 onFlushCBObject->postFlush(fTokenTracker.nextTokenToFlush(), fFlushingOpListIDs.begin(), in flush()526 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument527 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
46 void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument47 fContext->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
250 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()251 onFlushCBObject->preFlush(&onFlushProvider, in flush()343 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()344 onFlushCBObject->postFlush(fTokenTracker.nextTokenToFlush(), fFlushingOpListIDs.begin(), in flush()487 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument488 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
951 void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument952 fContext->fDrawingManager->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()