Home | History | Annotate | Download | only in canvas

Lines Matching defs:uniform1i

3840 void WebGLRenderingContextBase::uniform1i(const WebGLUniformLocation* location, GLint x)
3846 synthesizeGLError(GL_INVALID_OPERATION, "uniform1i", "location not for current program");
3850 webContext()->uniform1i(location->location(), x);