Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2990 class VaryingLocationAliasingWithMixedTypesTest : public NegativeTestBase class
2994 VaryingLocationAliasingWithMixedTypesTest(deqp::Context& context);
2996 virtual ~VaryingLocationAliasingWithMixedTypesTest() in ~VaryingLocationAliasingWithMixedTypesTest()
Dgl4cEnhancedLayoutsTests.cpp17453 VaryingLocationAliasingWithMixedTypesTest::VaryingLocationAliasingWithMixedTypesTest(deqp::Context&… in test() function in gl4cts::EnhancedLayouts::VaryingLocationAliasingWithMixedTypesTest
17466 std::string VaryingLocationAliasingWithMixedTypesTest::getShaderSource(GLuint test_case_index, in test()
17807 std::string VaryingLocationAliasingWithMixedTypesTest::getTestCaseName(GLuint test_case_index) in test()
17832 GLuint VaryingLocationAliasingWithMixedTypesTest::getTestCaseNumber() in test()
17843 bool VaryingLocationAliasingWithMixedTypesTest::isComputeRelevant(GLuint /* test_case_index */) in test()
17851 void VaryingLocationAliasingWithMixedTypesTest::testInit() in test()
17960 bool VaryingLocationAliasingWithMixedTypesTest::isFloatType(const Utils::Type& type) in test()
27750 addChild(new EnhancedLayouts::VaryingLocationAliasingWithMixedTypesTest(m_context)); in init()