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

/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp194 typedef ConstStridedValueAccess<1> ConstValueAccess; typedef in namespace:rsg
204 ConstValueAccess getMin (void) const { return ConstValueAccess(*m_type, m_min); }
205 ConstValueAccess getMax (void) const { return ConstValueAccess(*m_type, m_max); }
219 Scalar* m_min; // \note See note in ConstValueAccess
275 ValueRange (const VariableType& type, const ConstValueAccess& minVal, const ConstValueAccess& maxVal);
285 ConstValueAccess getMin (void) const { return ConstValueAccess(m_typ
[all...]

Completed in 50 milliseconds