HomeSort by relevance Sort by last modified time
    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 63 std::cout << (isTestNodeTypeExecutable(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " << iter.getNodePath() << "\n";
tcuTestHierarchyIterator.cpp 166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType());
tcuTestHierarchyUtil.cpp 211 out << (isTestNodeTypeExecutable(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " << iter.getNodePath() << "\n";
tcuTestSessionExecutor.cpp 136 isTestNodeTypeExecutable(m_iterator.getNode()->getNodeType()));
  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 424 tcu::isTestNodeTypeExecutable(iterator.getNode()->getNodeType()))

Completed in 82 milliseconds