Home | History | Annotate | Download | only in canvas

Lines Matching defs:uniform2f

3695 void WebGLRenderingContext::uniform2f(const WebGLUniformLocation* location, GC3Dfloat x, GC3Dfloat y)
3701 synthesizeGLError(GraphicsContext3D::INVALID_OPERATION, "uniform2f", "location not for current program");
3705 m_context->uniform2f(location->location(), x, y);