Searched refs:numOpListIDs (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/gpu/ |
D | GrOnFlushResourceProvider.h | 41 const uint32_t* opListIDs, int numOpListIDs, 49 const uint32_t* opListIDs, int numOpListIDs) {} in postFlush() argument
|
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.h | 65 void preFlush(GrOnFlushResourceProvider*, const uint32_t* opListIDs, int numOpListIDs, 67 void postFlush(GrDeferredUploadToken, const uint32_t* opListIDs, int numOpListIDs) override;
|
D | GrCoverageCountingPathRenderer.cpp | 191 const uint32_t* opListIDs, int numOpListIDs, in preFlush() argument 215 fFlushingPaths.reserve(numOpListIDs); in preFlush() 216 for (int i = 0; i < numOpListIDs; ++i) { in preFlush() 281 int numOpListIDs) { in postFlush() argument
|
/external/skqp/src/gpu/text/ |
D | GrAtlasManager.h | 100 const uint32_t* opListIDs, int numOpListIDs) override { in postFlush() argument
|
/external/skqp/tests/ |
D | OnFlushCallbackTest.cpp | 331 const uint32_t* opListIDs, int numOpListIDs, in preFlush() argument 337 for (int i = 0; i < numOpListIDs; ++i) { in preFlush()
|
D | LazyProxyTest.cpp | 49 void postFlush(GrDeferredUploadToken, const uint32_t* opListIDs, int numOpListIDs) override { in postFlush() argument
|
D | GrCCPRTest.cpp | 320 void preFlush(GrOnFlushResourceProvider*, const uint32_t* opListIDs, int numOpListIDs, in preFlush() argument
|