Home
last modified time | relevance | path

Searched refs:GL32TestPackage (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp208 GL32TestPackage::GL32TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL32TestPackage() function in gl3cts::GL32TestPackage
215 GL32TestPackage::~GL32TestPackage(void) in ~GL32TestPackage()
219 void GL32TestPackage::init(void) in init()
270 : GL32TestPackage(testCtx, packageName, packageName, renderContextType) in GL33TestPackage()
282 GL32TestPackage::init(); in init()
Dgl3cTestPackages.hpp78 class GL32TestPackage : public GL31TestPackage class
81 GL32TestPackage(tcu::TestContext& testCtx, const char* packageName,
84 ~GL32TestPackage(void);
89 class GL33TestPackage : public GL32TestPackage
/third_party/vk-gl-cts/external/openglcts/modules/
DglcTestPackageRegistry.cpp194 return new gl3cts::GL32TestPackage(testCtx, "KHR-GL32"); in createGL32Package()