Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawingManager.h21 class GrOnFlushCallbackObject; variable
75 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
76 void testingOnly_removeOnFlushCallbackObject(GrOnFlushCallbackObject*);
125 SkTArray<GrOnFlushCallbackObject*> fOnFlushCBObjects;
DGrContextPriv.h17 class GrOnFlushCallbackObject; variable
77 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
79 void testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject*);
DGrOnFlushResourceProvider.h30 class GrOnFlushCallbackObject {
32 virtual ~GrOnFlushCallbackObject() { } in ~GrOnFlushCallbackObject()
DGrDrawingManager.cpp137 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in internalFlush()
200 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in internalFlush()
227 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
DGrContext.cpp763 void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
/external/skia/tools/gpu/
DGrTest.cpp269 void GrContextPriv::testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject* cb) { in testingOnly_flushAndRemoveOnFlushCallbackObject()
274 void GrDrawingManager::testingOnly_removeOnFlushCallbackObject(GrOnFlushCallbackObject* cb) { in testingOnly_removeOnFlushCallbackObject()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h29 , public GrOnFlushCallbackObject {
/external/skia/tests/
DOnFlushCallbackTest.cpp256 class AtlasObject final : public GrOnFlushCallbackObject {