Home | History | Annotate | Download | only in canvas

Lines Matching defs:vertexAttrib2f

3954 void WebGLRenderingContext::vertexAttrib2f(GC3Duint index, GC3Dfloat v0, GC3Dfloat v1)
3956 vertexAttribfImpl("vertexAttrib2f", index, 2, v0, v1, 0.0f, 1.0f);
5224 m_context->vertexAttrib2f(index, v0, v1);