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

/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp119 Scalar* m_value; // \note Non-const internal pointer is used so that ValueAccess can extend this class with RW access
195 typedef StridedValueAccess<1> ValueAccess; typedef in namespace:rsg
246 ValueAccess getMin (void) { return ValueAccess(*m_type, m_min); }
247 ValueAccess getMax (void) { return ValueAccess(*m_type, m_max); }
282 ValueAccess getMin (void) { return ValueAccess(m_type, getMinPtr()); }
283 ValueAccess getMax (void) { return ValueAccess(m_typ
[all...]

Completed in 160 milliseconds