Home
last modified time | relevance | path

Searched refs:ConfigPackage (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigPackage.hpp34 class ConfigPackage : public tcu::TestPackage class
37 ConfigPackage(tcu::TestContext& testCtx, const char* name);
38 virtual ~ConfigPackage(void);
50 ConfigPackage(const ConfigPackage& other);
51 ConfigPackage& operator=(const ConfigPackage& other);
H A DglcConfigPackage.cpp72 ConfigPackage::ConfigPackage(tcu::TestContext& testCtx, const char* name) in ConfigPackage() function in glcts::ConfigPackage
77 ConfigPackage::~ConfigPackage(void) in ~ConfigPackage()
81 tcu::TestCaseExecutor* ConfigPackage::createExecutor(void) const in createExecutor()
86 void ConfigPackage::init(void) in init()
/third_party/vk-gl-cts/external/openglcts/modules/
H A DglcTestPackageRegistry.cpp81 return new glcts::ConfigPackage(testCtx, "CTS-Configs"); in createConfigPackage()

Completed in 2 milliseconds