Home | History | Annotate | Download | only in functional

Lines Matching refs:GL_MAX_VERTEX_ATTRIBS

694 			m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
696 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
710 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
712 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
726 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
728 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
742 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
744 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
758 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
760 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);