Searched defs:ValueRange (Results 1 - 4 of 4) 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/chromium_org/third_party/WebKit/Source/platform/
H A DLength.h49 enum ValueRange { enum in namespace:blink
289 Length blend(const Length& from, double progress, ValueRange range) const
334 Length blendMixedTypes(const Length& from, double progress, ValueRange) const;
/external/clang/include/clang/AST/
H A DComment.h426 SourceRange ValueRange; member in class:clang::comments::HTMLStartTagComment::Attribute
434 ValueRange(SourceRange()), Value(StringRef())
439 SourceRange ValueRange, StringRef Value) :
442 ValueRange(ValueRange), Value(Value)
488 SourceLocation L = Attr.ValueRange.getEnd();
437 Attribute(SourceLocation NameLocBegin, StringRef Name, SourceLocation EqualsLoc, SourceRange ValueRange, StringRef Value) argument

Completed in 634 milliseconds