Searched refs:opListIDs (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 217 auto iter = fPendingPaths.find(opListIDs[i]); in preFlush() 280 void GrCoverageCountingPathRenderer::postFlush(GrDeferredUploadToken, const uint32_t* opListIDs, 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 338 if (LinkedListHeader* list = this->getList(opListIDs[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
|