Searched refs:SingleConfigGL45TestPackage (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSingleConfigTestPackage.hpp | 66 class SingleConfigGL45TestPackage : public SingleConfigGL44TestPackage class 69 SingleConfigGL45TestPackage(tcu::TestContext& testCtx, const char* packageName, 72 ~SingleConfigGL45TestPackage(void); 77 SingleConfigGL45TestPackage(const SingleConfigGL45TestPackage& other); 78 SingleConfigGL45TestPackage& operator=(const SingleConfigGL45TestPackage& other); 81 class SingleConfigGL46TestPackage : public SingleConfigGL45TestPackage
|
H A D | glcSingleConfigTestPackage.cpp | 177 SingleConfigGL45TestPackage::SingleConfigGL45TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* description, in SingleConfigGL45TestPackage() function in glcts::SingleConfigGL45TestPackage 183 SingleConfigGL45TestPackage::~SingleConfigGL45TestPackage(void) in ~SingleConfigGL45TestPackage() 188 void SingleConfigGL45TestPackage::init(void) in init() 208 : SingleConfigGL45TestPackage(testCtx, packageName, description, renderContextType) in SingleConfigGL46TestPackage() 220 SingleConfigGL45TestPackage::init(); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/ |
H A D | glcTestPackageRegistry.cpp | 179 return new glcts::SingleConfigGL45TestPackage(testCtx, "KHR-Single-GL45"); in createSingleConfigGL45TestPackage() 183 return new glcts::SingleConfigGL45TestPackage(testCtx, "KHR-Single-GL46"); in createSingleConfigGL46TestPackage()
|
Completed in 2 milliseconds