Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2245 class VaryingStructureLocationsTest : public TextureTestBase class
2248 VaryingStructureLocationsTest(deqp::Context& context);
2250 ~VaryingStructureLocationsTest() in ~VaryingStructureLocationsTest()
Dgl4cEnhancedLayoutsTests.cpp12889 VaryingStructureLocationsTest::VaryingStructureLocationsTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::VaryingStructureLocationsTest
12903 std::string VaryingStructureLocationsTest::getPassSnippet(GLuint /* test_case_index */, in test()
12928 void VaryingStructureLocationsTest::getProgramInterface(GLuint test_case_index, in test()
12975 std::string VaryingStructureLocationsTest::getTestCaseName(glw::GLuint test_case_index) in test()
12984 glw::GLuint VaryingStructureLocationsTest::getTestCaseNumber() in test()
12995 bool VaryingStructureLocationsTest::isComputeRelevant(GLuint /* test_case_index */) in test()
13006 bool VaryingStructureLocationsTest::useMonolithicProgram(GLuint /* test_case_index */) in test()
27772 addChild(new EnhancedLayouts::VaryingStructureLocationsTest(m_context)); in init()