Home
last modified time | relevance | path

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

12

/external/skqp/src/gpu/
DGrDrawingManager.h20 class GrOnFlushCallbackObject; variable
79 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
80 void testingOnly_removeOnFlushCallbackObject(GrOnFlushCallbackObject*);
184 SkTArray<GrOnFlushCallbackObject*> fOnFlushCBObjects;
DGrOnFlushResourceProvider.h30 class GrOnFlushCallbackObject {
32 virtual ~GrOnFlushCallbackObject() {} in ~GrOnFlushCallbackObject()
DGrContextPriv.h18 class GrOnFlushCallbackObject; variable
109 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
111 void testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject*);
DGrDrawingManager.cpp250 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
343 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
487 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
/external/skia/src/gpu/
DGrDrawingManager.h29 class GrOnFlushCallbackObject; variable
129 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
132 void testingOnly_removeOnFlushCallbackObject(GrOnFlushCallbackObject*);
213 SkTArray<GrOnFlushCallbackObject*> fOnFlushCBObjects;
DGrOnFlushResourceProvider.h29 class GrOnFlushCallbackObject {
31 virtual ~GrOnFlushCallbackObject() {} in ~GrOnFlushCallbackObject()
DGrDirectContextPriv.h19 class GrOnFlushCallbackObject; variable
70 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
173 void testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject*);
DGrDirectContextPriv.cpp38 void GrDirectContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
188 GrOnFlushCallbackObject* cb) { in testingOnly_flushAndRemoveOnFlushCallbackObject()
DGrRecordingContext.cpp155 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
177 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
DGrDrawingManager.cpp163 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
231 for (GrOnFlushCallbackObject* onFlushCBObject : fOnFlushCBObjects) { in flush()
530 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
535 void GrDrawingManager::testingOnly_removeOnFlushCallbackObject(GrOnFlushCallbackObject* cb) { in testingOnly_removeOnFlushCallbackObject()
DGrRecordingContextPriv.h73 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
/external/skia/src/gpu/text/
DGrAtlasManager.h26 class GrAtlasManager : public GrOnFlushCallbackObject, public GrDrawOpAtlas::GenerationCounter {
147 using INHERITED = GrOnFlushCallbackObject;
/external/skqp/src/gpu/text/
DGrAtlasManager.h26 class GrAtlasManager : public GrOnFlushCallbackObject {
151 typedef GrOnFlushCallbackObject INHERITED;
/external/skia/include/gpu/
DGrRecordingContext.h23 class GrOnFlushCallbackObject; variable
198 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.h20 class GrTessellationPathRenderer : public GrPathRenderer, public GrOnFlushCallbackObject {
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h25 class GrCoverageCountingPathRenderer : public GrOnFlushCallbackObject {
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.h25 class GrSmallPathRenderer : public GrPathRenderer, public GrOnFlushCallbackObject {
/external/skia/src/gpu/ops/
DGrSmallPathAtlasMgr.h28 class GrSmallPathAtlasMgr : public GrOnFlushCallbackObject,
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h28 class GrCoverageCountingPathRenderer : public GrPathRenderer, public GrOnFlushCallbackObject {
/external/skqp/tools/gpu/
DGrTest.cpp266 void GrContextPriv::testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject* cb) { in testingOnly_flushAndRemoveOnFlushCallbackObject()
271 void GrDrawingManager::testingOnly_removeOnFlushCallbackObject(GrOnFlushCallbackObject* cb) { in testingOnly_removeOnFlushCallbackObject()
/external/skia/tests/
DLazyProxyTest.cpp29 class LazyProxyTest final : public GrOnFlushCallbackObject {
DOnFlushCallbackTest.cpp297 class AtlasObject final : public GrOnFlushCallbackObject {
/external/skqp/tests/
DOnFlushCallbackTest.cpp261 class AtlasObject final : public GrOnFlushCallbackObject {
DLazyProxyTest.cpp30 class LazyProxyTest final : public GrOnFlushCallbackObject {
DGrCCPRTest.cpp313 class RecordLastMockAtlasIDs : public GrOnFlushCallbackObject {

12