Home | History | Annotate | Download | only in canvas

Lines Matching refs:vertexAttrib4f

3984 void WebGLRenderingContext::vertexAttrib4f(GC3Duint index, GC3Dfloat v0, GC3Dfloat v1, GC3Dfloat v2, GC3Dfloat v3)
3986 vertexAttribfImpl("vertexAttrib4f", index, 4, v0, v1, v2, v3);
5230 m_context->vertexAttrib4f(index, v0, v1, v2, v3);