Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:vertexattrib4fv

193 void VertexAttrib4fv(GLuint index, const GLfloat* values);
1135 return es2::VertexAttrib4fv(index, values);
1385 this->glVertexAttrib4fv = es2::VertexAttrib4fv;