Searched refs:AlignmentInt (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp81 struct AlignmentInt struct in namespace:deqp::gles3::Functional::LimitQuery
84 AlignmentInt (GLint value_) : value(value_) {} function in struct:deqp::gles3::Functional::LimitQuery::AlignmentInt
87 std::ostream& operator<< (std::ostream& str, const AlignmentInt& v) { return str << v.value; }
154 AlignmentInt query<AlignmentInt> (const glw::Functions& gl, deUint32 param)
156 return AlignmentInt(query<GLint>(gl, param));
180 bool compare<AlignmentInt> (const AlignmentInt& min, const AlignmentInt& reported)
222 template <> struct QueryTypeTraits<AlignmentInt> { enu
[all...]

Completed in 1189 milliseconds