Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTestPackages.hpp63 class GL32TestPackage : public GL31TestPackage class
66 GL32TestPackage(tcu::TestContext& testCtx, const char* packageName,
69 ~GL32TestPackage(void);
74 class GL33TestPackage : public GL32TestPackage
Dgl3cTestPackages.cpp213 GL32TestPackage::GL32TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL32TestPackage() function in gl3cts::GL32TestPackage
220 GL32TestPackage::~GL32TestPackage(void) in ~GL32TestPackage()
224 void GL32TestPackage::init(void) in init()
276 : GL32TestPackage(testCtx, packageName, packageName, renderContextType) in GL33TestPackage()
288 GL32TestPackage::init(); in init()
/external/deqp/external/openglcts/modules/
DglcTestPackageRegistry.cpp182 return new gl3cts::GL32TestPackage(testCtx, "KHR-GL32"); in createGL32Package()