Searched refs:kCount (Results 1 – 3 of 3) sorted by relevance
66 const size_t kCount = 12; in TEST() local68 for (size_t n = 0; n < kCount; ++n) { in TEST()72 EXPECT_EQ(kCount * kPieceLen, s.size()); in TEST()73 for (size_t n = 0; n < kCount; ++n) { in TEST()
38 kCount enumerator
68 static constexpr size_t kCount = MAX_SUPPORTED_PALETTE + MAX_ETC_SUPPORTED + kASTCFormatsCount; in getCompressedFormats() local69 int res = kCount; in getCompressedFormats()