Home | History | Annotate | Download | only in canvas

Lines Matching defs:uniform3i

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