HomeSort by relevance Sort by last modified time
    Searched refs:deinitTestCase (Results 1 - 11 of 11) sorted by null

  /external/deqp/framework/common/
tcuTestCaseWrapper.hpp 40 virtual bool deinitTestCase (TestCase* testCase);
tcuTestCaseWrapper.cpp 80 bool TestCaseWrapper::deinitTestCase (TestCase* testCase)
tcuTestExecutor.cpp 198 const bool deinitOk = m_testCaseWrapper->deinitTestCase(testCase);
  /external/deqp/modules/gles2/
tes2TestCaseWrapper.hpp 44 virtual bool deinitTestCase (tcu::TestCase* testCase);
tes2TestCaseWrapper.cpp 54 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
58 if (!tcu::TestCaseWrapper::deinitTestCase(testCase))
  /external/deqp/modules/gles3/
tes3TestCaseWrapper.hpp 44 virtual bool deinitTestCase (tcu::TestCase* testCase);
tes3TestCaseWrapper.cpp 53 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
57 if (!tcu::TestCaseWrapper::deinitTestCase(testCase))
  /external/deqp/modules/gles31/
tes31TestCaseWrapper.hpp 44 virtual bool deinitTestCase (tcu::TestCase* testCase);
tes31TestCaseWrapper.cpp 53 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
57 if (!tcu::TestCaseWrapper::deinitTestCase(testCase))
  /external/deqp/modules/egl/
teglTestPackage.hpp 43 bool deinitTestCase (tcu::TestCase* testCase);
teglTestPackage.cpp 165 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
169 bool deinitOk = tcu::TestCaseWrapper::deinitTestCase(testCase);

Completed in 163 milliseconds