OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestCaseExecutor
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuTestPackage.hpp
35
*
TestCaseExecutor
provides package-specific resources & initialization
53
class
TestCaseExecutor
56
virtual ~
TestCaseExecutor
(void) {}
67
* specific test case executor, see
TestCaseExecutor
.
75
virtual
TestCaseExecutor
* createExecutor (void) const = 0;
/external/deqp/modules/internal/
ditTestPackage.cpp
73
class
TestCaseExecutor
: public tcu::
TestCaseExecutor
76
TestCaseExecutor
(void)
80
~
TestCaseExecutor
(void)
117
tcu::
TestCaseExecutor
* TestPackage::createExecutor (void) const
119
return new
TestCaseExecutor
();
/external/deqp/external/vulkancts/modules/vulkan/
vktTestPackage.cpp
153
//
TestCaseExecutor
155
class
TestCaseExecutor
: public tcu::
TestCaseExecutor
158
TestCaseExecutor
(tcu::TestContext& testCtx);
159
~
TestCaseExecutor
(void);
183
TestCaseExecutor
::
TestCaseExecutor
(tcu::TestContext& testCtx)
196
TestCaseExecutor
::~
TestCaseExecutor
(void)
201
void
TestCaseExecutor
::init (tcu::TestCase* testCase, const std::string& casePath
[
all
...]
Completed in 80 milliseconds