Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp3736 class XFBBlockStrideTest : public TestBase class
3740 XFBBlockStrideTest(deqp::Context& context);
3742 virtual ~XFBBlockStrideTest() in ~XFBBlockStrideTest()
Dgl4cEnhancedLayoutsTests.cpp21895 XFBBlockStrideTest::XFBBlockStrideTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::XFBBlockStrideTest
21907 std::string XFBBlockStrideTest::getShaderSource(GLuint test_case_index, Utils::Shader::STAGES stage) in test()
22161 std::string XFBBlockStrideTest::getTestCaseName(GLuint test_case_index) in test()
22174 GLuint XFBBlockStrideTest::getTestCaseNumber() in test()
22185 bool XFBBlockStrideTest::inspectProgram(Utils::Program& program) in test()
22201 bool XFBBlockStrideTest::testCase(GLuint test_case_index) in test()
22220 void XFBBlockStrideTest::testInit() in test()
27775 addChild(new EnhancedLayouts::XFBBlockStrideTest(m_context)); in init()