Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTestPackages.hpp51 class GL31TestPackage : public GL30TestPackage class
54 GL31TestPackage(tcu::TestContext& testCtx, const char* packageName,
58 ~GL31TestPackage(void);
63 class GL32TestPackage : public GL31TestPackage
Dgl3cTestPackages.cpp182 GL31TestPackage::GL31TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL31TestPackage() function in gl3cts::GL31TestPackage
189 GL31TestPackage::~GL31TestPackage(void) in ~GL31TestPackage()
193 void GL31TestPackage::init(void) in init()
215 : GL31TestPackage(testCtx, packageName, packageName, renderContextType) in GL32TestPackage()
227 GL31TestPackage::init(); in init()
/external/deqp/external/openglcts/modules/
DglcTestPackageRegistry.cpp178 return new gl3cts::GL31TestPackage(testCtx, "KHR-GL31"); in createGL31Package()