Home | History | Annotate | Download | only in canvas

Lines Matching defs:uniform3i

3889 void WebGLRenderingContextBase::uniform3i(const WebGLUniformLocation* location, GLint x, GLint y, GLint z)
3895 synthesizeGLError(GL_INVALID_OPERATION, "uniform3i", "location not for current program");
3899 webContext()->uniform3i(location->location(), x, y, z);