Go to the source code of this file.
Macros | |
#define | OPENGL_LOGIC_OP_CLEAR 0 |
#define | OPENGL_LOGIC_OP_AND 1 |
#define | OPENGL_LOGIC_OP_AND_REVERSE 2 |
#define | OPENGL_LOGIC_OP_COPY 3 |
#define | OPENGL_LOGIC_OP_AND_INVERTED 4 |
#define | OPENGL_LOGIC_OP_NOOP 5 |
#define | OPENGL_LOGIC_OP_XOR 6 |
#define | OPENGL_LOGIC_OP_OR 7 |
#define | OPENGL_LOGIC_OP_NOR 8 |
#define | OPENGL_LOGIC_OP_EQUIV 9 |
#define | OPENGL_LOGIC_OP_INVERT 10 |
#define | OPENGL_LOGIC_OP_OR_REVERSE 11 |
#define | OPENGL_LOGIC_OP_COPY_INVERTED 12 |
#define | OPENGL_LOGIC_OP_OR_INVERTED 13 |
#define | OPENGL_LOGIC_OP_NAND 14 |
#define | OPENGL_LOGIC_OP_SET 15 |
#define OPENGL_LOGIC_OP_COPY 3 |
Definition at line 31 of file sgi_gl.h.
Referenced by draw_primitive().
#define OPENGL_LOGIC_OP_COPY_INVERTED 12 |
Definition at line 40 of file sgi_gl.h.
Referenced by draw_primitive().
#define OPENGL_LOGIC_OP_XOR 6 |
Definition at line 34 of file sgi_gl.h.
Referenced by draw_primitive().