Searched defs:maxInt (Results 1 – 9 of 9) sorted by relevance
195 const int maxInt = m_precision == glu::PRECISION_LOWP ? 2 : 1024; in iterate() local214 const int maxInt = m_precision == glu::PRECISION_LOWP ? 64 : 1024; in iterate() local233 const deUint32 maxInt = m_precision == glu::PRECISION_LOWP ? 128 : 1024; in iterate() local269 const int maxInt = m_precision == glu::PRECISION_LOWP ? 2 : 1024; in iterate() local
28 T min, T max, T epsilon, T maxInt, int arraySize, GrPixelConfig config) { in runFPTest()
13 maxInt = univ.Integer(2147483647) variable
147 static const Int maxInt; variable
616 static bool safeRoundOut(const SkRect& src, SkIRect* dst, int32_t maxInt) { in safeRoundOut()
385 BP_FP_INT_TYPE maxInt = m_handleSentinel; in btAxisSweep3Internal() local
466 public int maxInt; field in Pick.Position
465 public int maxInt; field in Pick.Position
41 const Int Value::maxInt = Int(UInt(-1) / 2); member in Json::Value