OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GroupState
(Results
1 - 2
of
2
) sorted by null
/external/deqp/executor/
xeTestCase.hpp
193
struct
GroupState
195
GroupState
(const TestGroup* group_) : group(group_), childNdx(0) {}
200
bool operator!= (const
GroupState
& other) const
205
bool operator== (const
GroupState
& other) const
212
std::vector<
GroupState
> m_iterStack;
xeTestCase.cpp
439
iter.m_iterStack.push_back(
GroupState
(DE_NULL));
459
m_iterStack.push_back(
GroupState
(static_cast<const TestGroup*>(curNode)));
Completed in 2277 milliseconds