Searched refs:SingleConfigGL43TestPackage (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSingleConfigTestPackage.hpp | 34 class SingleConfigGL43TestPackage : public deqp::TestPackage class 37 SingleConfigGL43TestPackage(tcu::TestContext& testCtx, const char* packageName, 40 ~SingleConfigGL43TestPackage(void); 47 SingleConfigGL43TestPackage(const SingleConfigGL43TestPackage& other); 48 SingleConfigGL43TestPackage& operator=(const SingleConfigGL43TestPackage& other); 51 class SingleConfigGL44TestPackage : public SingleConfigGL43TestPackage
|
H A D | glcSingleConfigTestPackage.cpp | 114 SingleConfigGL43TestPackage::SingleConfigGL43TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* description, in SingleConfigGL43TestPackage() function in glcts::SingleConfigGL43TestPackage 120 SingleConfigGL43TestPackage::~SingleConfigGL43TestPackage(void) in ~SingleConfigGL43TestPackage() 125 void SingleConfigGL43TestPackage::init(void) in init() 143 tcu::TestCaseExecutor* SingleConfigGL43TestPackage::createExecutor(void) const in createExecutor() 145 return new TestCaseWrapper(const_cast<SingleConfigGL43TestPackage&>(*this), m_waiverMechanism); in createExecutor() 150 : SingleConfigGL43TestPackage(testCtx, packageName, description, renderContextType) in SingleConfigGL44TestPackage() 162 SingleConfigGL43TestPackage::init(); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/ |
H A D | glcTestPackageRegistry.cpp | 171 return new glcts::SingleConfigGL43TestPackage(testCtx, "KHR-Single-GL43"); in createSingleConfigGL43TestPackage()
|
Completed in 2 milliseconds