Home
last modified time | relevance | path

Searched refs:kCount (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/
DStringFormat_unittest.cpp66 const size_t kCount = 12; in TEST() local
68 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()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
Dastc-codec.h38 kCount enumerator
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp68 static constexpr size_t kCount = MAX_SUPPORTED_PALETTE + MAX_ETC_SUPPORTED + kASTCFormatsCount; in getCompressedFormats() local
69 int res = kCount; in getCompressedFormats()