Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp3007 class OutputComponentAliasingTest : public NegativeTestBase class
3011 OutputComponentAliasingTest(deqp::Context& context);
3013 virtual ~OutputComponentAliasingTest() in ~OutputComponentAliasingTest()
Dgl4cEnhancedLayoutsTests.cpp17676 OutputComponentAliasingTest::OutputComponentAliasingTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::OutputComponentAliasingTest
17689 std::string OutputComponentAliasingTest::getShaderSource(GLuint test_case_index, Utils::Shader::STA… in test()
17982 std::string OutputComponentAliasingTest::getTestCaseName(GLuint test_case_index) in test()
17998 GLuint OutputComponentAliasingTest::getTestCaseNumber() in test()
18009 bool OutputComponentAliasingTest::isComputeRelevant(GLuint /* test_case_index */) in test()
18017 void OutputComponentAliasingTest::testInit() in test()
28547 addChild(new EnhancedLayouts::OutputComponentAliasingTest(m_context)); in init()