Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRecordingContext.cpp155 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
156 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
177 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
178 fContext->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
DGrDrawingManager.cpp163 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() argument
531 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
DGrDirectContextPriv.cpp38 void GrDirectContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
39 fContext->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
/external/skqp/src/gpu/
DGrDrawingManager.cpp250 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() argument
488 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
DGrContext.cpp951 void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
952 fContext->fDrawingManager->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()