OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initTestCase
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles31/
tes31TestCaseWrapper.cpp
48
bool TestCaseWrapper::
initTestCase
(tcu::TestCase* testCase)
50
return tcu::TestCaseWrapper::
initTestCase
(testCase);
/external/deqp/framework/common/
tcuTestCaseWrapper.cpp
41
bool TestCaseWrapper::
initTestCase
(TestCase* testCase)
/external/deqp/modules/gles2/
tes2TestCaseWrapper.cpp
49
bool TestCaseWrapper::
initTestCase
(tcu::TestCase* testCase)
51
return tcu::TestCaseWrapper::
initTestCase
(testCase);
/external/deqp/modules/gles3/
tes3TestCaseWrapper.cpp
48
bool TestCaseWrapper::
initTestCase
(tcu::TestCase* testCase)
50
return tcu::TestCaseWrapper::
initTestCase
(testCase);
/external/deqp/modules/egl/
teglTestPackage.cpp
146
bool TestCaseWrapper::
initTestCase
(tcu::TestCase* testCase)
162
return tcu::TestCaseWrapper::
initTestCase
(testCase);
Completed in 198 milliseconds