Lines Matching defs:scissor
30 #include "main/scissor.h"
34 * Set scissor rectangle data directly in ScissorArray
61 scissor(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height)
67 * "Scissor sets the scissor rectangle for all viewports to the same
74 * Set the scissor rectangle for all of the viewports supported by the
91 scissor(ctx, x, y, width, height);
107 scissor(ctx, x, y, width, height);
112 * Define the scissor box.
114 * \param x, y coordinates of the scissor box lower-left corner.
115 * \param width width of the scissor box.
116 * \param height height of the scissor box.
148 * Define count scissor boxes starting at index.
150 * \param index index of first scissor records to set
151 * \param count number of scissor records to set
195 * Define the scissor box.
197 * \param index index of scissor records to set
198 * \param x, y coordinates of the scissor box lower-left corner.
199 * \param width width of the scissor box.
200 * \param height height of the scissor box.
315 * Initialize the context's scissor state.