Home
last modified time | relevance | path

Searched refs:numOpListIDs (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/
DGrOnFlushResourceProvider.h41 const uint32_t* opListIDs, int numOpListIDs,
49 const uint32_t* opListIDs, int numOpListIDs) {} in postFlush() argument
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h65 void preFlush(GrOnFlushResourceProvider*, const uint32_t* opListIDs, int numOpListIDs,
67 void postFlush(GrDeferredUploadToken, const uint32_t* opListIDs, int numOpListIDs) override;
DGrCoverageCountingPathRenderer.cpp191 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/
DGrAtlasManager.h100 const uint32_t* opListIDs, int numOpListIDs) override { in postFlush() argument
/external/skqp/tests/
DOnFlushCallbackTest.cpp331 const uint32_t* opListIDs, int numOpListIDs, in preFlush() argument
337 for (int i = 0; i < numOpListIDs; ++i) { in preFlush()
DLazyProxyTest.cpp49 void postFlush(GrDeferredUploadToken, const uint32_t* opListIDs, int numOpListIDs) override { in postFlush() argument
DGrCCPRTest.cpp320 void preFlush(GrOnFlushResourceProvider*, const uint32_t* opListIDs, int numOpListIDs, in preFlush() argument