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

/external/chromium_org/third_party/skia/tests/
H A DGrMemoryPoolTest.cpp196 static const float gCreateFraction[] = {1.f, .95f, 0.75f, .5f}; local
206 for (size_t c = 0; c < SK_ARRAY_COUNT(gCreateFraction); ++c) {
210 if (createOrDestroy < gCreateFraction[c] ||
/external/skia/tests/
H A DGrMemoryPoolTest.cpp196 static const float gCreateFraction[] = {1.f, .95f, 0.75f, .5f}; local
206 for (size_t c = 0; c < SK_ARRAY_COUNT(gCreateFraction); ++c) {
210 if (createOrDestroy < gCreateFraction[c] ||

Completed in 105 milliseconds