Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp3464 class XFBStrideOfEmptyListTest : public BufferTestBase class
3467 XFBStrideOfEmptyListTest(deqp::Context& context);
3469 ~XFBStrideOfEmptyListTest() in ~XFBStrideOfEmptyListTest()
Dgl4cEnhancedLayoutsTests.cpp20585 const GLuint XFBStrideOfEmptyListTest::m_stride = 64; in test()
20591 XFBStrideOfEmptyListTest::XFBStrideOfEmptyListTest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListTest
20605 bool XFBStrideOfEmptyListTest::executeDrawCall(bool /* tesEnabled */, GLuint test_case_index) in test()
20678 void XFBStrideOfEmptyListTest::getBufferDescriptors(glw::GLuint test_case_index, in test()
20783 void XFBStrideOfEmptyListTest::getShaderBody(GLuint /* test_case_index */, Utils::Shader::STAGES st… in test()
20813 void XFBStrideOfEmptyListTest::getShaderInterface(GLuint /* test_case_index */, Utils::Shader::STAG… in test()
20845 std::string XFBStrideOfEmptyListTest::getTestCaseName(GLuint test_case_index) in test()
20871 GLuint XFBStrideOfEmptyListTest::getTestCaseNumber() in test()
27752 addChild(new EnhancedLayouts::XFBStrideOfEmptyListTest(m_context)); in init()