Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2754 class VaryingExceedingComponentsTest : public NegativeTestBase class
2758 VaryingExceedingComponentsTest(deqp::Context& context);
2760 virtual ~VaryingExceedingComponentsTest() in ~VaryingExceedingComponentsTest()
Dgl4cEnhancedLayoutsTests.cpp15807 VaryingExceedingComponentsTest::VaryingExceedingComponentsTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::VaryingExceedingComponentsTest
15820 std::string VaryingExceedingComponentsTest::getShaderSource(GLuint test_case_index, Utils::Shader::… in test()
16162 std::string VaryingExceedingComponentsTest::getTestCaseName(GLuint test_case_index) in test()
16193 GLuint VaryingExceedingComponentsTest::getTestCaseNumber() in test()
16204 bool VaryingExceedingComponentsTest::isComputeRelevant(GLuint /* test_case_index */) in test()
16212 void VaryingExceedingComponentsTest::testInit() in test()
27727 addChild(new EnhancedLayouts::VaryingExceedingComponentsTest(m_context)); in init()