Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp3405 class XFBStrideOfEmptyListTest : public BufferTestBase class
3408 XFBStrideOfEmptyListTest(deqp::Context& context);
3410 ~XFBStrideOfEmptyListTest() in ~XFBStrideOfEmptyListTest()
Dgl4cEnhancedLayoutsTests.cpp20016 const GLuint XFBStrideOfEmptyListTest::m_stride = 64; in test()
20022 XFBStrideOfEmptyListTest::XFBStrideOfEmptyListTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListTest
20036 bool XFBStrideOfEmptyListTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) in test()
20109 void XFBStrideOfEmptyListTest::getBufferDescriptors(glw::GLuint test_case_index, in test()
20214 void XFBStrideOfEmptyListTest::getShaderBody(GLuint /* test_case_index */, Utils::Shader::STAGES st… in test()
20244 void XFBStrideOfEmptyListTest::getShaderInterface(GLuint /* test_case_index */, Utils::Shader::STAG… in test()
20276 std::string XFBStrideOfEmptyListTest::getTestCaseName(GLuint test_case_index) in test()
20302 GLuint XFBStrideOfEmptyListTest::getTestCaseNumber() in test()
27753 addChild(new EnhancedLayouts::XFBStrideOfEmptyListTest(m_context)); in init()