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

/external/skia/tools/
H A Dbench_pictures_main.cpp72 static const size_t kFilterTypesCount = sizeof(gFilterTypes) / sizeof(gFilterTypes[0]); variable
128 for (size_t index = 0; index < kFilterTypesCount; ++index) {
130 if (index < kFilterTypesCount - 1) {
241 for (size_t tIndex = 0; tIndex < kFilterTypesCount; ++tIndex) {
/external/chromium_org/third_party/skia/tools/
H A Dbench_pictures_main.cpp84 static const size_t kFilterTypesCount = sizeof(gFilterTypes) / sizeof(gFilterTypes[0]); variable
140 for (size_t index = 0; index < kFilterTypesCount; ++index) {
142 if (index < kFilterTypesCount - 1) {
265 for (size_t tIndex = 0; tIndex < kFilterTypesCount; ++tIndex) {

Completed in 134 milliseconds