Home | History | Annotate | Download | only in libGLES_CM

Lines Matching full:vertexattribpointer

614 void VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr)
665 VertexAttribPointer(sw::Color0, size, type, true, stride, pointer);
3070 VertexAttribPointer(sw::Normal, 3, type, true, stride, pointer);
3315 VertexAttribPointer(sw::PointSize, 1, type, true, stride, pointer);
3643 VertexAttribPointer(sw::TexCoord0 + (texture - GL_TEXTURE0), size, type, false, stride, pointer);
4559 VertexAttribPointer(sw::Position, size, type, false, stride, pointer);