Home | History | Annotate | Download | only in egl

Lines Matching full:m_actions

1054 	LabeledAction&	operator[]		(int ndx)				{ DE_ASSERT(0 <= ndx && ndx < m_numActions); return m_actions[ndx]; }
1058 LabeledAction m_actions[32];
1064 DE_ASSERT(m_numActions < DE_LENGTH_OF_ARRAY(m_actions));
1065 m_actions[m_numActions].label = label;
1066 m_actions[m_numActions].action = action;