Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2884 class VaryingComponentOfInvalidTypeTest : public NegativeTestBase class
2888 VaryingComponentOfInvalidTypeTest(deqp::Context& context);
2890 virtual ~VaryingComponentOfInvalidTypeTest() in ~VaryingComponentOfInvalidTypeTest()
Dgl4cEnhancedLayoutsTests.cpp16658 VaryingComponentOfInvalidTypeTest::VaryingComponentOfInvalidTypeTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::VaryingComponentOfInvalidTypeTest
16671 std::string VaryingComponentOfInvalidTypeTest::getShaderSource(GLuint test_case_index, Utils::Shade… in test()
17113 std::string VaryingComponentOfInvalidTypeTest::getTestCaseName(GLuint test_case_index) in test()
17146 GLuint VaryingComponentOfInvalidTypeTest::getTestCaseNumber() in test()
17157 bool VaryingComponentOfInvalidTypeTest::isComputeRelevant(GLuint /* test_case_index */) in test()
17165 void VaryingComponentOfInvalidTypeTest::testInit() in test()
27728 addChild(new EnhancedLayouts::VaryingComponentOfInvalidTypeTest(m_context)); in init()