Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2250 class VaryingStructureLocationsTest : public TextureTestBase class
2253 VaryingStructureLocationsTest(deqp::Context& context);
2255 ~VaryingStructureLocationsTest() in ~VaryingStructureLocationsTest()
Dgl4cEnhancedLayoutsTests.cpp12985 VaryingStructureLocationsTest::VaryingStructureLocationsTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::VaryingStructureLocationsTest
12999 std::string VaryingStructureLocationsTest::getPassSnippet(GLuint /* test_case_index */, in test()
13024 void VaryingStructureLocationsTest::getProgramInterface(GLuint test_case_index, in test()
13071 std::string VaryingStructureLocationsTest::getTestCaseName(glw::GLuint test_case_index) in test()
13080 glw::GLuint VaryingStructureLocationsTest::getTestCaseNumber() in test()
13091 bool VaryingStructureLocationsTest::isComputeRelevant(GLuint /* test_case_index */) in test()
13102 bool VaryingStructureLocationsTest::useMonolithicProgram(GLuint /* test_case_index */) in test()
27771 addChild(new EnhancedLayouts::VaryingStructureLocationsTest(m_context)); in init()