Home | History | Annotate | Download | only in canvas

Lines Matching defs:uniform2i

3898 void WebGLRenderingContextBase::uniform2i(const WebGLUniformLocation* location, GLint x, GLint y)
3904 synthesizeGLError(GL_INVALID_OPERATION, "uniform2i", "location not for current program");
3908 webContext()->uniform2i(location->location(), x, y);