Searched refs:numOpListIDs (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrOnFlushResourceProvider.h | 41 const uint32_t* opListIDs, int numOpListIDs, 49 const uint32_t* opListIDs, int numOpListIDs) {} in postFlush() argument
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.h | 68 void preFlush(GrOnFlushResourceProvider*, const uint32_t* opListIDs, int numOpListIDs, 70 void postFlush(GrDeferredUploadToken, const uint32_t* opListIDs, int numOpListIDs) override;
|
D | GrCoverageCountingPathRenderer.cpp | 230 const uint32_t* opListIDs, int numOpListIDs, in preFlush() argument 254 fFlushingPaths.reserve(numOpListIDs); in preFlush() 255 for (int i = 0; i < numOpListIDs; ++i) { in preFlush() 320 int numOpListIDs) { in postFlush() argument
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrAtlasManager.h | 114 const uint32_t* opListIDs, int numOpListIDs) override;
|
D | GrAtlasManager.cpp | 75 const uint32_t* opListIDs, int numOpListIDs) { in postFlush() argument
|
/third_party/flutter/skia/tests/ |
D | OnFlushCallbackTest.cpp | 337 const uint32_t* opListIDs, int numOpListIDs, in preFlush() argument 343 for (int i = 0; i < numOpListIDs; ++i) { in preFlush()
|
D | LazyProxyTest.cpp | 51 void postFlush(GrDeferredUploadToken, const uint32_t* opListIDs, int numOpListIDs) override { in postFlush() argument
|
D | GrCCPRTest.cpp | 325 void preFlush(GrOnFlushResourceProvider*, const uint32_t* opListIDs, int numOpListIDs, in preFlush() argument
|