Home | History | Annotate | Download | only in canvas

Lines Matching defs:vertexAttrib2fv

4133 void WebGLRenderingContextBase::vertexAttrib2fv(GLuint index, Float32Array* v)
4135 vertexAttribfvImpl("vertexAttrib2fv", index, v, 2);
4138 void WebGLRenderingContextBase::vertexAttrib2fv(GLuint index, GLfloat* v, GLsizei size)
4140 vertexAttribfvImpl("vertexAttrib2fv", index, v, size, 2);
5480 webContext()->vertexAttrib2fv(index, v);