Home | History | Annotate | Download | only in canvas

Lines Matching defs:useProgram

3911 void WebGLRenderingContext::useProgram(WebGLProgram* program)
3914 if (!checkObjectToBeBound("useProgram", program, deleted))
3919 synthesizeGLError(GraphicsContext3D::INVALID_OPERATION, "useProgram", "program not valid");
3926 m_context->useProgram(objectOrZero(program));