sgi_gl.h Source File

Back to the index.

sgi_gl.h
Go to the documentation of this file.
1 /* Imported into GXemul from OpenBSD 2018-10-16. */
2 
3 #ifndef SGI_GL_H
4 #define SGI_GL_H
5 
6 /* $OpenBSD: gl.h,v 1.1 2012/04/16 22:17:13 miod Exp $ */
7 /*
8  * Copyright (c) 2009, 2010 Joel Sing <jsing@openbsd.org>
9  *
10  * Permission to use, copy, modify, and distribute this software for any
11  * purpose with or without fee is hereby granted, provided that the above
12  * copyright notice and this permission notice appear in all copies.
13  *
14  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
15  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
16  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
17  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
20  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21  */
22 
23 /*
24  * OpenGL defines
25  */
26 
27 /* Logic Operations. */
28 #define OPENGL_LOGIC_OP_CLEAR 0
29 #define OPENGL_LOGIC_OP_AND 1
30 #define OPENGL_LOGIC_OP_AND_REVERSE 2
31 #define OPENGL_LOGIC_OP_COPY 3
32 #define OPENGL_LOGIC_OP_AND_INVERTED 4
33 #define OPENGL_LOGIC_OP_NOOP 5
34 #define OPENGL_LOGIC_OP_XOR 6
35 #define OPENGL_LOGIC_OP_OR 7
36 #define OPENGL_LOGIC_OP_NOR 8
37 #define OPENGL_LOGIC_OP_EQUIV 9
38 #define OPENGL_LOGIC_OP_INVERT 10
39 #define OPENGL_LOGIC_OP_OR_REVERSE 11
40 #define OPENGL_LOGIC_OP_COPY_INVERTED 12
41 #define OPENGL_LOGIC_OP_OR_INVERTED 13
42 #define OPENGL_LOGIC_OP_NAND 14
43 #define OPENGL_LOGIC_OP_SET 15
44 
45 #endif // SGI_GL_H
46 

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17