Home
last modified time | relevance | path

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

/external/libchrome/base/
Drand_util_unittest.cc21 const int kIntMax = std::numeric_limits<int>::max(); variable
28 EXPECT_EQ(base::RandInt(kIntMax, kIntMax), kIntMax); in TEST()
34 base::RandInt(kIntMin, kIntMax); in TEST()
/external/angle/src/libANGLE/
DvalidationES.h967 constexpr uint64_t kIntMax = std::numeric_limits<int>::max(); in ValidateDrawElementsCommon() local
969 static_assert(kIntMax < kUint64Max / kMaxTypeSize, ""); in ValidateDrawElementsCommon()
/external/angle/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp1582 constexpr GLint kIntMax = std::numeric_limits<GLint>::max(); in TEST_P() local
1584 glDrawArrays(GL_POINTS, kIntMax, kIntMax); in TEST_P()