Searched defs:NegInt (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp55 struct NegInt struct in namespace:deqp::gles2::Functional::LimitQuery
58 NegInt (GLint value_) : value(value_) {} function in struct:deqp::gles2::Functional::LimitQuery::NegInt
61 std::ostream& operator<< (std::ostream& str, const NegInt& v) { return str << v.value; }
99 NegInt query<NegInt> (const glw::Functions& gl, deUint32 param)
101 return NegInt(query<GLint>(gl, param));
128 bool compare<NegInt> (const NegInt& min, const NegInt& reported)
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp64 struct NegInt struct in namespace:deqp::gles3::Functional::LimitQuery
67 NegInt (GLint value_) : value(value_) {} function in struct:deqp::gles3::Functional::LimitQuery::NegInt
70 std::ostream& operator<< (std::ostream& str, const NegInt& v) { return str << v.value; }
132 NegInt query<NegInt> (const glw::Functions& gl, deUint32 param)
134 return NegInt(query<GLint>(gl, param));
167 bool compare<NegInt> (const NegInt& min, const NegInt& reported)
220 template <> struct QueryTypeTraits<NegInt> { enu
[all...]

Completed in 113 milliseconds