Home | History | Annotate | Download | only in canvas

Lines Matching refs:vertexAttrib3f

2325 void WebGLRenderingContext::vertexAttrib3f(unsigned long indx, float v0, float v1, float v2)
2327 m_context->vertexAttrib3f(indx, v0, v1, v2);