Searched refs:onFlushCBObject (Results 1 – 5 of 5) sorted by relevance
155 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument156 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()177 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument178 fContext->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
163 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()164 onFlushCBObject->preFlush(&onFlushProvider, SkMakeSpan(fFlushingRenderTaskIDs)); in flush()231 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()232 onFlushCBObject->postFlush(fTokenTracker.nextTokenToFlush(), in flush()530 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument531 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
38 void GrDirectContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument39 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()