Searched refs:addOnFlushCallbackObject (Results 1 – 9 of 9) sorted by relevance
163 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() function in GrRecordingContext164 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
22 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() function in GrRecordingContextPriv23 this->context()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
144 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
68 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
269 this->priv().addOnFlushCallbackObject(fAtlasManager.get()); in init()426 this->priv().addOnFlushCallbackObject(fSmallPathAtlasMgr.get()); in onGetSmallPathAtlasMgr()
546 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() function in GrDrawingManager
48 context->priv().addOnFlushCallbackObject(atlasPathRenderer.get()); in PathRendererChain()
197 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
221 ctx->priv().addOnFlushCallbackObject(&test);