Lines Matching refs:left
77 * ScissorIndexed(i, left, bottom, width, height);
117 * \param x, y coordinates of the scissor box lower-left corner.
195 * \param x, y coordinates of the scissor box lower-left corner.
202 scissor_indexed_err(struct gl_context *ctx, GLuint index, GLint left,
208 function, index, left, bottom, width, height);
224 _mesa_set_scissor(ctx, index, left, bottom, width, height);
228 _mesa_ScissorIndexed_no_error(GLuint index, GLint left, GLint bottom,
232 _mesa_set_scissor(ctx, index, left, bottom, width, height);
236 _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom,
240 scissor_indexed_err(ctx, index, left, bottom, width, height,