Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cGLSLnoperspectiveTests.hpp72 class GLSLnoperspectiveTests : public deqp::TestCaseGroup class
76 GLSLnoperspectiveTests(deqp::Context& context);
78 virtual ~GLSLnoperspectiveTests() in ~GLSLnoperspectiveTests()
86 GLSLnoperspectiveTests(const GLSLnoperspectiveTests&);
87 GLSLnoperspectiveTests& operator=(const GLSLnoperspectiveTests&);
Dgl3cGLSLnoperspectiveTests.cpp695 GLSLnoperspectiveTests::GLSLnoperspectiveTests(deqp::Context& context) in GLSLnoperspectiveTests() function in gl3cts::GLSLnoperspectiveTests
704 void GLSLnoperspectiveTests::init(void) in init()
Dgl3cTestPackages.cpp159 addChild(new gl3cts::GLSLnoperspectiveTests(getContext())); in init()