Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDrawingManager.cpp176 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() argument
547 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
DGrRecordingContext.cpp163 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
164 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
DGrRecordingContextPriv.cpp22 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
23 this->context()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()