Home
last modified time | relevance | path

Searched refs:GLSLContantImmutablityTest (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp1330 class GLSLContantImmutablityTest : public NegativeTestBase class
1334 GLSLContantImmutablityTest(deqp::Context& context);
1336 virtual ~GLSLContantImmutablityTest() in ~GLSLContantImmutablityTest()
Dgl4cEnhancedLayoutsTests.cpp8087 GLSLContantImmutablityTest::GLSLContantImmutablityTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::GLSLContantImmutablityTest
8100 std::string GLSLContantImmutablityTest::getShaderSource(GLuint test_case_index, Utils::Shader::STAG… in test()
8263 std::string GLSLContantImmutablityTest::getTestCaseName(GLuint test_case_index) in test()
8274 GLuint GLSLContantImmutablityTest::getTestCaseNumber() in test()
8285 bool GLSLContantImmutablityTest::isComputeRelevant(GLuint test_case_index) in test()
8293 void GLSLContantImmutablityTest::testInit() in test()
8312 const GLchar* GLSLContantImmutablityTest::getConstantName(CONSTANTS constant) in test()
27723 addChild(new EnhancedLayouts::GLSLContantImmutablityTest(m_context)); in init()