Searched refs:FloatRange (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fImplementationLimitTests.cpp | 63 struct FloatRange struct 67 FloatRange (float min_, float max_) : min(min_), max(max_) {} in FloatRange() argument 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/ |
D | es3fImplementationLimitTests.cpp | 72 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()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |