Home
last modified time | relevance | path

Searched refs:addOnFlushCallbackObject (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
DGrRecordingContext.cpp163 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() function in GrRecordingContext
164 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
DGrRecordingContextPriv.cpp22 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() function in GrRecordingContextPriv
23 this->context()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
DGrDrawingManager.h144 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
DGrRecordingContextPriv.h68 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
DGrDirectContext.cpp269 this->priv().addOnFlushCallbackObject(fAtlasManager.get()); in init()
426 this->priv().addOnFlushCallbackObject(fSmallPathAtlasMgr.get()); in onGetSmallPathAtlasMgr()
DGrDrawingManager.cpp546 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() function in GrDrawingManager
/third_party/skia/src/gpu/v1/
DPathRendererChain.cpp48 context->priv().addOnFlushCallbackObject(atlasPathRenderer.get()); in PathRendererChain()
/third_party/skia/include/gpu/
DGrRecordingContext.h197 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
/third_party/skia/tests/
DLazyProxyTest.cpp221 ctx->priv().addOnFlushCallbackObject(&test);