OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTestNodeTypeExecutable
(Results
1 - 7
of
7
) sorted by null
/external/deqp/framework/common/
tcuTestCase.cpp
143
DE_ASSERT(
isTestNodeTypeExecutable
(nodeType));
tcuTestCase.hpp
71
inline bool
isTestNodeTypeExecutable
(TestNodeType type)
tcuApp.cpp
62
std::cout << (
isTestNodeTypeExecutable
(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " << iter.getNodePath() << "\n";
tcuTestHierarchyIterator.cpp
166
const bool isLeaf =
isTestNodeTypeExecutable
(node->getNodeType());
tcuTestHierarchyUtil.cpp
207
out << (
isTestNodeTypeExecutable
(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " << iter.getNodePath() << "\n";
tcuTestSessionExecutor.cpp
130
isTestNodeTypeExecutable
(m_iterator.getNode()->getNodeType()));
/external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp
387
tcu::
isTestNodeTypeExecutable
(iterator.getNode()->getNodeType()))
Completed in 278 milliseconds