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

  /external/deqp/modules/gles31/
tes31TestCaseWrapper.cpp 75 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase (tcu::TestCase* testCase)
77 tcu::TestCase::IterateResult result = tcu::TestCaseWrapper::iterateTestCase(testCase);
  /external/deqp/framework/common/
tcuTestCaseWrapper.cpp 105 TestNode::IterateResult TestCaseWrapper::iterateTestCase (TestCase* testCase)
  /external/deqp/modules/gles2/
tes2TestCaseWrapper.cpp 76 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase (tcu::TestCase* testCase)
86 result = tcu::TestCaseWrapper::iterateTestCase(testCase);
  /external/deqp/modules/gles3/
tes3TestCaseWrapper.cpp 75 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase (tcu::TestCase* testCase)
86 result = tcu::TestCaseWrapper::iterateTestCase(testCase);
  /external/deqp/modules/egl/
teglTestPackage.cpp 187 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase (tcu::TestCase* testCase)
189 return tcu::TestCaseWrapper::iterateTestCase(testCase);

Completed in 321 milliseconds