Home
last modified time | relevance | path

Searched refs:m_numActions (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/egl/
DteglImageFormatTests.cpp1053 LabeledActions (void) : m_numActions(0){} in LabeledActions()
1054 …LabeledAction& operator[] (int ndx) { DE_ASSERT(0 <= ndx && ndx < m_numActions); return m_acti… in operator []()
1056 int size (void) const { return m_numActions; } in size()
1059 int m_numActions; member
1064 DE_ASSERT(m_numActions < DE_LENGTH_OF_ARRAY(m_actions)); in add()
1065 m_actions[m_numActions].label = label; in add()
1066 m_actions[m_numActions].action = action; in add()
1067 ++m_numActions; in add()