Searched defs:ValueRange (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableValue.cpp158 ValueRange::ValueRange (const VariableType& type) function in class:rsg::ValueRange
165 ValueRange::ValueRange (const VariableType& type, const ConstValueAccess& minVal, const ConstValueAccess& maxVal) function in class:rsg::ValueRange
174 ValueRange::ValueRange (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) function in class:rsg::ValueRange
183 ValueRange::ValueRange (ConstValueRangeAccess other) function in class:rsg::ValueRange
192 ValueRange::~ValueRange (voi
[all...]
H A DrsgVariableValue.hpp271 class ValueRange class in namespace:rsg
274 ValueRange (const VariableType& type);
275 ValueRange (const VariableType& type, const ConstValueAccess& minVal, const ConstValueAccess& maxVal);
276 ValueRange (const VariableType& type, const Scalar* minVal, const Scalar* maxVal);
277 ValueRange (ConstValueRangeAccess other);
278 ~ValueRange (void);
295 static void computeIntersection (ValueRange& dst, const ConstValueRangeAccess& a, const ConstValueRangeAccess& b);
/external/clang/include/clang/AST/
H A DComment.h428 SourceRange ValueRange; member in class:clang::comments::HTMLStartTagComment::Attribute
436 ValueRange(SourceRange()), Value(StringRef())
441 SourceRange ValueRange, StringRef Value) :
444 ValueRange(ValueRange), Value(Value)
490 SourceLocation L = Attr.ValueRange.getEnd();
439 Attribute(SourceLocation NameLocBegin, StringRef Name, SourceLocation EqualsLoc, SourceRange ValueRange, StringRef Value) argument

Completed in 180 milliseconds