Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2736 class VaryingComponentWithoutLocationTest : public NegativeTestBase class
2740 VaryingComponentWithoutLocationTest(deqp::Context& context);
2742 virtual ~VaryingComponentWithoutLocationTest() in ~VaryingComponentWithoutLocationTest()
Dgl4cEnhancedLayoutsTests.cpp15686 VaryingComponentWithoutLocationTest::VaryingComponentWithoutLocationTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::VaryingComponentWithoutLocationTest
15699 std::string VaryingComponentWithoutLocationTest::getShaderSource(GLuint test_case_index, Utils::Sha… in test()
15999 std::string VaryingComponentWithoutLocationTest::getTestCaseName(GLuint test_case_index) in test()
16025 GLuint VaryingComponentWithoutLocationTest::getTestCaseNumber() in test()
16036 bool VaryingComponentWithoutLocationTest::isComputeRelevant(GLuint /* test_case_index */) in test()
16044 void VaryingComponentWithoutLocationTest::testInit() in test()
27748 addChild(new EnhancedLayouts::VaryingComponentWithoutLocationTest(m_context)); in init()