Home | History | Annotate | Download | only in canvas

Lines Matching defs:uniform3iv

2028 void WebGLRenderingContext::uniform3iv(const WebGLUniformLocation* location, WebGLIntArray* v, ExceptionCode& ec)
2041 m_context->uniform3iv(location->location(), v->data(), v->length() / 3);
2045 void WebGLRenderingContext::uniform3iv(const WebGLUniformLocation* location, int* v, int size, ExceptionCode& ec)
2058 m_context->uniform3iv(location->location(), v, size / 3);