Searched refs:getMaxPtr (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp283 ValueAccess getMax (void) { return ValueAccess(m_type, getMaxPtr()); }
286 ConstValueAccess getMax (void) const { return ConstValueAccess(m_type, getMaxPtr()); }
288 ValueRangeAccess asAccess (void) { return ValueRangeAccess(m_type, getMinPtr(), getMaxPtr()); }
289 ConstValueRangeAccess asAccess (void) const { return ConstValueRangeAccess(m_type, getMinPtr(), getMaxPtr()); }
299 const Scalar* getMaxPtr (void) const { return m_max.empty() ? DE_NULL : &m_max[0]; } function in class:rsg::ValueRange
302 Scalar* getMaxPtr (void) { return m_max.empty() ? DE_NULL : &m_max[0]; } function in class:rsg::ValueRange

Completed in 66 milliseconds