Home
last modified time | relevance | path

Searched refs:GL33TestPackage (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cTestPackages.hpp74 class GL33TestPackage : public GL32TestPackage class
77 GL33TestPackage(tcu::TestContext& testCtx, const char* packageName,
80 ~GL33TestPackage(void);
Dgl3cTestPackages.cpp274 GL33TestPackage::GL33TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL33TestPackage() function in gl3cts::GL33TestPackage
281 GL33TestPackage::~GL33TestPackage(void) in ~GL33TestPackage()
285 void GL33TestPackage::init(void) in init()
Dgl4cTestPackages.hpp33 class GL40TestPackage : public gl3cts::GL33TestPackage
Dgl4cTestPackages.cpp110 : GL33TestPackage(testCtx, packageName, packageName, renderContextType) in GL40TestPackage()
122 GL33TestPackage::init(); in init()
/external/deqp/external/openglcts/modules/
DglcTestPackageRegistry.cpp186 return new gl3cts::GL33TestPackage(testCtx, "KHR-GL33"); in createGL33Package()