Home | History | Annotate | Download | only in canvas

Lines Matching refs:vertexAttrib3f

3969 void WebGLRenderingContext::vertexAttrib3f(GC3Duint index, GC3Dfloat v0, GC3Dfloat v1, GC3Dfloat v2)
3971 vertexAttribfImpl("vertexAttrib3f", index, 3, v0, v1, v2, 1.0f);
5227 m_context->vertexAttrib3f(index, v0, v1, v2);