Lines Matching defs:first
1565 * an array of Nodes where node[0] holds the opcode, node[1] is the first
1818 UNUSED GLint first,
1855 UNUSED GLint first,
4691 save_ViewportArrayv(GLuint first, GLsizei count, const GLfloat *v)
4698 n[1].ui = first;
4703 CALL_ViewportArrayv(ctx->Exec, (first, count, v));
4747 save_ScissorArrayv(GLuint first, GLsizei count, const GLint *v)
4754 n[1].ui = first;
4759 CALL_ScissorArrayv(ctx->Exec, (first, count, v));
4784 save_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v)
4791 n[1].ui = first;
4796 CALL_DepthRangeArrayv(ctx->Exec, (first, count, v));