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

/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp197 class ConstValueRangeAccess class in namespace:rsg
200 ConstValueRangeAccess (void) : m_type(DE_NULL), m_min(DE_NULL), m_max(DE_NULL) {} function in class:rsg::ConstValueRangeAccess
201 ConstValueRangeAccess (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) : m_type(&type), m_min(const_cast<Scalar*>(minVal)), m_max(const_cast<Scalar*>(maxVal)) {} function in class:rsg::ConstValueRangeAccess
208 ConstValueRangeAccess component (int compNdx) const;
209 ConstValueRangeAccess arrayElement (int elementNdx) const;
210 ConstValueRangeAccess member (int memberNdx) const;
213 bool intersects (const ConstValueRangeAccess& other) const;
214 bool isSupersetOf (const ConstValueRangeAccess& other) const;
215 bool isSubsetOf (const ConstValueRangeAccess& other) const;
223 inline ConstValueRangeAccess ConstValueRangeAcces
[all...]

Completed in 82 milliseconds