Lines Matching defs:scissor
30 #include "main/scissor.h"
34 * Set scissor rectangle data directly in ScissorArray
62 scissor(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height)
68 * "Scissor sets the scissor rectangle for all viewports to the same
75 * Set the scissor rectangle for all of the viewports supported by the
92 scissor(ctx, x, y, width, height);
108 scissor(ctx, x, y, width, height);
113 * Define the scissor box.
115 * \param x, y coordinates of the scissor box lower-left corner.
116 * \param width width of the scissor box.
117 * \param height height of the scissor box.
149 * Define count scissor boxes starting at index.
151 * \param index index of first scissor records to set
152 * \param count number of scissor records to set
196 * Define the scissor box.
198 * \param index index of scissor records to set
199 * \param x, y coordinates of the scissor box lower-left corner.
200 * \param width width of the scissor box.
201 * \param height height of the scissor box.
316 * Initialize the context's scissor state.