Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2419 class VaryingBlockMemberLocationsTest : public NegativeTestBase class
2423 VaryingBlockMemberLocationsTest(deqp::Context& context);
2425 virtual ~VaryingBlockMemberLocationsTest() in ~VaryingBlockMemberLocationsTest()
Dgl4cEnhancedLayoutsTests.cpp13614 VaryingBlockMemberLocationsTest::VaryingBlockMemberLocationsTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::VaryingBlockMemberLocationsTest
13628 std::string VaryingBlockMemberLocationsTest::getShaderSource(GLuint test_case_index, Utils::Shader:… in test()
13928 std::string VaryingBlockMemberLocationsTest::getTestCaseName(GLuint test_case_index) in test()
13960 GLuint VaryingBlockMemberLocationsTest::getTestCaseNumber() in test()
13971 bool VaryingBlockMemberLocationsTest::isComputeRelevant(GLuint /* test_case_index */) in test()
13982 bool VaryingBlockMemberLocationsTest::isFailureExpected(GLuint test_case_index) in test()
13990 void VaryingBlockMemberLocationsTest::testInit() in test()
28591 addChild(new EnhancedLayouts::VaryingBlockMemberLocationsTest(m_context)); in init()