Home
last modified time | relevance | path

Searched defs:LabeledActions (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp1552 struct LabeledActions struct
1554 LabeledActions (void) : m_numActions(0){} in LabeledActions() argument
1555 …ion& operator[] (int ndx) { DE_ASSERT(0 <= ndx && ndx < m_numActions); return m_actions[ndx]; } in operator []()
1557 int size (void) const { return m_numActions; } in size()
1559 LabeledAction m_actions[64];
1560 int m_numActions;