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

  /external/deqp/modules/gles31/
tes31TestCaseWrapper.cpp 53 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
57 if (!tcu::TestCaseWrapper::deinitTestCase(testCase))
  /external/deqp/framework/common/
tcuTestCaseWrapper.cpp 80 bool TestCaseWrapper::deinitTestCase (TestCase* testCase)
  /external/deqp/modules/gles2/
tes2TestCaseWrapper.cpp 54 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
58 if (!tcu::TestCaseWrapper::deinitTestCase(testCase))
  /external/deqp/modules/gles3/
tes3TestCaseWrapper.cpp 53 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
57 if (!tcu::TestCaseWrapper::deinitTestCase(testCase))
  /external/deqp/modules/egl/
teglTestPackage.cpp 165 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
169 bool deinitOk = tcu::TestCaseWrapper::deinitTestCase(testCase);

Completed in 1232 milliseconds