Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.cpp816 glw::GLint more_than_max_separate_attribs = max_separate_attribs + 1; in testExtension1() local
818 glw::GLchar** attrib = new glw::GLchar*[more_than_max_separate_attribs]; in testExtension1()
820 for (glw::GLint i = 0; i < more_than_max_separate_attribs; ++i) in testExtension1()
833 …gl.transformFeedbackVaryings(m_program_id_with_output, more_than_max_separate_attribs, attrib, GL_… in testExtension1()
835 for (glw::GLint i = 0; i < more_than_max_separate_attribs; ++i) in testExtension1()
897 …m_glGetIntegerIndexedvEXT(GL_TRANSFORM_FEEDBACK_BUFFER_BINDING, more_than_max_separate_attribs, &t… in testExtension1()
910 …m_glGetIntegerIndexedvEXT(GL_TRANSFORM_FEEDBACK_BUFFER_START, more_than_max_separate_attribs, &tmp… in testExtension1()
923 …m_glGetIntegerIndexedvEXT(GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, more_than_max_separate_attribs, &tmp_… in testExtension1()
945 m_glGetBooleanIndexedvEXT(GL_TRANSFORM_FEEDBACK_BUFFER_BINDING, more_than_max_separate_attribs, in testExtension1()