Searched defs:kFlushCount (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DResourceCacheTest.cpp1243 static const int kFlushCount = 16; local
1244 cache->setLimits(1000000, 1000000, kFlushCount);
1247 // Insert a resource and send a flush notification kFlushCount times.
1248 for (int i = 0; i < kFlushCount; ++i) {
1258 for (int i = 0; i < kFlushCount; ++i) {
1260 REPORTER_ASSERT(reporter, kFlushCount - i - 1 == cache->getResourceCount());
1277 GrGpuResource* refedResources[kFlushCount >> 1];
1278 for (int i = 0; i < kFlushCount; ++i) {
1292 for (int i = 0; i < kFlushCount; ++i) {
1295 REPORTER_ASSERT(reporter, kFlushCount
[all...]
/external/skqp/tests/
H A DResourceCacheTest.cpp1173 static const int kFlushCount = 16; local
1174 cache->setLimits(1000000, 1000000, kFlushCount);
1177 // Insert a resource and send a flush notification kFlushCount times.
1178 for (int i = 0; i < kFlushCount; ++i) {
1188 for (int i = 0; i < kFlushCount; ++i) {
1190 REPORTER_ASSERT(reporter, kFlushCount - i - 1 == cache->getResourceCount());
1207 GrGpuResource* refedResources[kFlushCount >> 1];
1208 for (int i = 0; i < kFlushCount; ++i) {
1222 for (int i = 0; i < kFlushCount; ++i) {
1225 REPORTER_ASSERT(reporter, kFlushCount
[all...]

Completed in 69 milliseconds