Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp1554 LabeledActions (void) : m_numActions(0){} in LabeledActions()
1555 …LabeledAction& operator[] (int ndx) { DE_ASSERT(0 <= ndx && ndx < m_numActions); return m_acti… in operator []()
1557 int size (void) const { return m_numActions; } in size()
1560 int m_numActions; member
1565 DE_ASSERT(m_numActions < DE_LENGTH_OF_ARRAY(m_actions)); in add()
1566 m_actions[m_numActions].label = label; in add()
1567 m_actions[m_numActions].action = action; in add()
1568 ++m_numActions; in add()