Home | History | Annotate | Download | only in canvas

Lines Matching defs:vertexAttrib4fv

4163 void WebGLRenderingContextBase::vertexAttrib4fv(GLuint index, Float32Array* v)
4165 vertexAttribfvImpl("vertexAttrib4fv", index, v, 4);
4168 void WebGLRenderingContextBase::vertexAttrib4fv(GLuint index, GLfloat* v, GLsizei size)
4170 vertexAttribfvImpl("vertexAttrib4fv", index, v, size, 4);
5486 webContext()->vertexAttrib4fv(index, v);