Home
last modified time | relevance | path

Searched refs:GrOnFlushCallbackObject (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/src/gpu/
DGrDrawingManager.h31 class GrOnFlushCallbackObject; variable
144 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
147 void testingOnly_removeOnFlushCallbackObject(GrOnFlushCallbackObject*);
236 SkTArray<GrOnFlushCallbackObject*> fOnFlushCBObjects;
DGrOnFlushResourceProvider.h23 class GrOnFlushCallbackObject {
25 virtual ~GrOnFlushCallbackObject() {} in ~GrOnFlushCallbackObject()
DGrDirectContextPriv.h22 class GrOnFlushCallbackObject; variable
139 void testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject*);
DGrDrawingManager.cpp176 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
244 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
546 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
551 void GrDrawingManager::testingOnly_removeOnFlushCallbackObject(GrOnFlushCallbackObject* cb) { in testingOnly_removeOnFlushCallbackObject()
DGrRecordingContextPriv.h68 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
DGrRecordingContext.cpp163 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
DGrDirectContextPriv.cpp182 GrOnFlushCallbackObject* cb) { in testingOnly_flushAndRemoveOnFlushCallbackObject()
DGrRecordingContextPriv.cpp22 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
/third_party/skia/src/gpu/text/
DGrAtlasManager.h28 class GrAtlasManager : public GrOnFlushCallbackObject, public GrDrawOpAtlas::GenerationCounter {
187 using INHERITED = GrOnFlushCallbackObject;
/third_party/skia/include/gpu/
DGrRecordingContext.h23 class GrOnFlushCallbackObject; variable
197 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
/third_party/skia/src/gpu/ops/
DSmallPathAtlasMgr.h31 class SmallPathAtlasMgr final : public GrOnFlushCallbackObject,
DAtlasPathRenderer.h27 class AtlasPathRenderer final : public PathRenderer, public GrOnFlushCallbackObject {
/third_party/skia/tests/
DLazyProxyTest.cpp32 class LazyProxyTest final : public GrOnFlushCallbackObject {