Home
last modified time | relevance | path

Searched refs:FloatRange (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fImplementationLimitTests.cpp63 struct FloatRange struct
67 FloatRange (float min_, float max_) : min(min_), max(max_) {} in FloatRange() function
70 std::ostream& operator<< (std::ostream& str, const FloatRange& range) { return str << range.min << … in operator <<()
113 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param) in query()
117 return FloatRange(v[0], v[1]); in query()
135 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare()
198 LIMIT_CASE(aliased_point_size_range, GL_ALIASED_POINT_SIZE_RANGE, FloatRange, FloatRange(1,1)); in init()
199 LIMIT_CASE(aliased_line_width_range, GL_ALIASED_LINE_WIDTH_RANGE, FloatRange, FloatRange(1,1)); in init()
/external/deqp/modules/gles3/functional/
Des3fImplementationLimitTests.cpp72 struct FloatRange struct
76 FloatRange (float min_, float max_) : min(min_), max(max_) {} in FloatRange() argument
79 std::ostream& operator<< (std::ostream& str, const FloatRange& range) { return str << range.min << … in operator <<()
146 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param) in query()
150 return FloatRange(v[0], v[1]); in query()
174 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare()
221 template <> struct QueryTypeTraits<FloatRange> { enum { CLASS = CLASS_RANGE }; };
449 LIMIT_CASE(aliased_point_size_range, GL_ALIASED_POINT_SIZE_RANGE, FloatRange, FloatRange(1,1)); in init()
450 LIMIT_CASE(aliased_line_width_range, GL_ALIASED_LINE_WIDTH_RANGE, FloatRange, FloatRange(1,1)); in init()