Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:vertexattribpointer

194 GL_APICALL void VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
1140 return es2::VertexAttribPointer(index, size, type, normalized, stride, ptr);
1386 this->glVertexAttribPointer = es2::VertexAttribPointer;