Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRecordingContext.cpp144 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
145 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
311 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
312 fContext->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
DGrDrawingManager.cpp264 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
265 onFlushCBObject->preFlush(&onFlushProvider, in flush()
359 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
360 onFlushCBObject->postFlush(fTokenTracker.nextTokenToFlush(), fFlushingOpListIDs.begin(), in flush()
526 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
527 fOnFlushCBObjects.push_back(onFlushCBObject); in addOnFlushCallbackObject()
DGrContextPriv.cpp46 void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() argument
47 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()