Home
last modified time | relevance | path

Searched refs:findChildNode (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/executor/
H A DxeTestCase.hpp97 TestNode* findChildNode (const char* path);
98 const TestNode* findChildNode (const char* path) const;
H A DxeTestCase.cpp150 return static_cast<const TestGroup*>(this)->findChildNode(path); in find()
163 return static_cast<const TestGroup*>(this)->findChildNode(path + compLen + 1); in find()
202 const TestNode* TestGroup::findChildNode (const char* path) const in findChildNode() function in TestGroup
223 return static_cast<const TestGroup*>(matchingNode)->findChildNode(path + compLen + 1); in findChildNode()

Completed in 2 milliseconds