Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRecordingContext.cpp142 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() function in GrRecordingContext
143 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
324 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() function in GrRecordingContextPriv
325 fContext->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
DGrPathRendererChain.cpp42 context->priv().addOnFlushCallbackObject(fCoverageCountingPathRenderer); in GrPathRendererChain()
54 context->priv().addOnFlushCallbackObject(spr.get()); in GrPathRendererChain()
DGrRecordingContextPriv.h58 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
DGrContextPriv.cpp47 void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() function in GrContextPriv
48 fContext->addOnFlushCallbackObject(onFlushCBObject); in addOnFlushCallbackObject()
DGrDrawingManager.h91 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
DGrContextPriv.h74 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
DGrLegacyDirectContext.cpp113 this->priv().addOnFlushCallbackObject(fAtlasManager); in init()
DGrDrawingManager.cpp531 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject() function in GrDrawingManager
/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()
389 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/flutter/skia/include/private/
DGrRecordingContext.h62 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
/third_party/skia/include/gpu/
DGrRecordingContext.h197 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
/third_party/skia/tests/
DLazyProxyTest.cpp221 ctx->priv().addOnFlushCallbackObject(&test);
/third_party/flutter/skia/tests/
DOnFlushCallbackTest.cpp544 context->priv().addOnFlushCallbackObject(&object); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DLazyProxyTest.cpp211 ctx->priv().addOnFlushCallbackObject(&test);
DGrCCPRTest.cpp396 ccpr.ctx()->priv().addOnFlushCallbackObject(&atlasIDRecorder); in onRun()