Lines Matching refs:maxVertexAttribs
696 GLint maxVertexAttribs;
697 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
698 glGetVertexAttribfv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, ¶ms);
712 GLint maxVertexAttribs;
713 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
714 glGetVertexAttribiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, ¶ms);
728 GLint maxVertexAttribs;
729 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
730 glGetVertexAttribIiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, ¶ms);
744 GLint maxVertexAttribs;
745 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
746 glGetVertexAttribIuiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, ¶ms);
760 GLint maxVertexAttribs;
761 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
762 glGetVertexAttribPointerv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_POINTER, &ptr[0]);