HomeSort by relevance Sort by last modified time
    Searched defs:childNdx (Results 1 - 2 of 2) sorted by null

  /external/deqp/executor/
xeTestCase.cpp 466 int& childNdx = m_iterStack.back().childNdx;
469 childNdx += 1;
470 if (childNdx == numChildren)
496 DE_ASSERT(m_iterStack[0].group == DE_NULL && m_iterStack[0].childNdx == 0);
500 return m_iterStack.back().group->getChild(m_iterStack.back().childNdx);
xeTestCase.hpp 195 GroupState (const TestGroup* group_) : group(group_), childNdx(0) {}
198 int childNdx;
202 return group != other.group || childNdx != other.childNdx;
207 return group == other.group && childNdx == other.childNdx;

Completed in 226 milliseconds