Home | History | Annotate | Download | only in glshared

Lines Matching full:attribndx

197 	for (int attribNdx = 0; attribNdx < (int)m_attributes.size(); attribNdx++)
200 generateVertices(vertices, m_gridSizeX, m_gridSizeY, m_attributes[attribNdx]);
202 gl.bindBuffer(GL_ARRAY_BUFFER, m_attribBuffers[attribNdx]);
209 for (int attribNdx = 0; attribNdx < (int)m_attributes.size(); attribNdx++)
211 int location = gl.getAttribLocation(program, m_attributes[attribNdx].name.c_str());
216 gl.bindBuffer(GL_ARRAY_BUFFER, m_attribBuffers[attribNdx]);