Home | History | Annotate | Download | only in canvas

Lines Matching refs:uniform2fv

3460 void WebGLRenderingContext::uniform2fv(const WebGLUniformLocation* location, Float32Array* v, ExceptionCode& ec)
3466 m_context->uniform2fv(location->location(), v->data(), v->length() / 2);
3470 void WebGLRenderingContext::uniform2fv(const WebGLUniformLocation* location, GC3Dfloat* v, GC3Dsizei size, ExceptionCode& ec)
3476 m_context->uniform2fv(location->location(), v, size / 2);