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

/external/deqp/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp63 struct FloatRange struct in namespace:deqp::gles2::Functional::LimitQuery
67 FloatRange (float min_, float max_) : min(min_), max(max_) {} function in struct:deqp::gles2::Functional::LimitQuery::FloatRange
70 std::ostream& operator<< (std::ostream& str, const FloatRange& range) { return str << range.min << ", " << range.max; }
113 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param)
117 return FloatRange(v[0], v[1]);
135 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported)
198 LIMIT_CASE(aliased_point_size_range, GL_ALIASED_POINT_SIZE_RANGE, FloatRange, FloatRang
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp72 struct FloatRange struct in namespace:deqp::gles3::Functional::LimitQuery
76 FloatRange (float min_, float max_) : min(min_), max(max_) {} function in struct:deqp::gles3::Functional::LimitQuery::FloatRange
79 std::ostream& operator<< (std::ostream& str, const FloatRange& range) { return str << range.min << ", " << range.max; }
146 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param)
150 return FloatRange(v[0], v[1]);
174 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported)
221 template <> struct QueryTypeTraits<FloatRange> { enu
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 533 milliseconds