Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds