Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRecordingContext.cpp142 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
143 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
324 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
325 fContext->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
DGrDrawingManager.cpp284 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
285 onFlushCBObject->preFlush(&onFlushProvider, fFlushingRenderTaskIDs.begin(), in flush()
384 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
385 onFlushCBObject->postFlush(fTokenTracker.nextTokenToFlush(), fFlushingRenderTaskIDs.begin(), in flush()
531 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
532 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
DGrContextPriv.cpp47 void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
48 fContext->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
/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()