Home | History | Annotate | Download | only in canvas

Lines Matching defs:vertexAttrib2f

4128 void WebGLRenderingContextBase::vertexAttrib2f(GLuint index, GLfloat v0, GLfloat v1)
4130 vertexAttribfImpl("vertexAttrib2f", index, 2, v0, v1, 0.0f, 1.0f);
5431 webContext()->vertexAttrib2f(index, v0, v1);