Searched refs:kIntMax (Results 1 – 3 of 3) sorted by relevance
21 const int kIntMax = std::numeric_limits<int>::max(); variable28 EXPECT_EQ(base::RandInt(kIntMax, kIntMax), kIntMax); in TEST()34 base::RandInt(kIntMin, kIntMax); in TEST()
967 constexpr uint64_t kIntMax = std::numeric_limits<int>::max(); in ValidateDrawElementsCommon() local969 static_assert(kIntMax < kUint64Max / kMaxTypeSize, ""); in ValidateDrawElementsCommon()
1582 constexpr GLint kIntMax = std::numeric_limits<GLint>::max(); in TEST_P() local1584 glDrawArrays(GL_POINTS, kIntMax, kIntMax); in TEST_P()