Searched refs:onFlushCBObject (Results 1 – 3 of 3) sorted by relevance
176 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()177 onFlushCBObject->preFlush(&onFlushProvider, SkMakeSpan(fFlushingRenderTaskIDs)); in flush()244 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()245 onFlushCBObject->postFlush(fTokenTracker.nextTokenToFlush(), in flush()546 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument547 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
163 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument164 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
22 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument23 this->context()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()