Home | History | Annotate | Download | only in canvas

Lines Matching refs:uniform2f

3445 void WebGLRenderingContext::uniform2f(const WebGLUniformLocation* location, GC3Dfloat x, GC3Dfloat y, ExceptionCode& ec)
3456 m_context->uniform2f(location->location(), x, y);