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

/external/skia/tests/
H A DResourceCacheTest.cpp1040 static const int kFlushCount = 16; local
1041 cache->setLimits(1000000, 1000000, kFlushCount);
1044 // Insert a resource and send a flush notification kFlushCount times.
1045 for (int i = 0; i < kFlushCount; ++i) {
1055 for (int i = 0; i < kFlushCount - 1; ++i) {
1057 REPORTER_ASSERT(reporter, kFlushCount - i - 1 == cache->getResourceCount());
1075 GrGpuResource* refedResources[kFlushCount >> 1];
1076 for (int i = 0; i < kFlushCount; ++i) {
1090 for (int i = 0; i < kFlushCount; ++i) {
1092 REPORTER_ASSERT(reporter, kFlushCount
[all...]

Completed in 87 milliseconds