Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2957 class InputComponentAliasingTest : public NegativeTestBase class
2961 InputComponentAliasingTest(deqp::Context& context);
2963 virtual ~InputComponentAliasingTest() in ~InputComponentAliasingTest()
Dgl4cEnhancedLayoutsTests.cpp17247 InputComponentAliasingTest::InputComponentAliasingTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::InputComponentAliasingTest
17260 std::string InputComponentAliasingTest::getShaderSource(GLuint test_case_index, Utils::Shader::STAG… in test()
17586 std::string InputComponentAliasingTest::getTestCaseName(GLuint test_case_index) in test()
17602 GLuint InputComponentAliasingTest::getTestCaseNumber() in test()
17613 bool InputComponentAliasingTest::isComputeRelevant(GLuint /* test_case_index */) in test()
17624 bool InputComponentAliasingTest::isFailureExpected(GLuint test_case_index) in test()
17634 void InputComponentAliasingTest::testInit() in test()
28566 addChild(new EnhancedLayouts::InputComponentAliasingTest(m_context)); in init()