Home | History | Annotate | Download | only in canvas

Lines Matching defs:vertexAttrib1f

4046 void WebGLRenderingContextBase::vertexAttrib1f(GLuint index, GLfloat v0)
4048 vertexAttribfImpl("vertexAttrib1f", index, 1, v0, 0.0f, 0.0f, 1.0f);
5385 webContext()->vertexAttrib1f(index, v0);