Home | History | Annotate | Download | only in canvas

Lines Matching defs:vertexAttrib4fv

3989 void WebGLRenderingContext::vertexAttrib4fv(GC3Duint index, Float32Array* v)
3991 vertexAttribfvImpl("vertexAttrib4fv", index, v, 4);
3994 void WebGLRenderingContext::vertexAttrib4fv(GC3Duint index, GC3Dfloat* v, GC3Dsizei size)
3996 vertexAttribfvImpl("vertexAttrib4fv", index, v, size, 4);
5279 m_context->vertexAttrib4fv(index, v);