Home
last modified time | relevance | path

Searched defs:gl_state_s (Results 1 – 6 of 6) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsyntax.h66 struct gl_state_s struct
68 Lisp_Object object; /* The object we are scanning. */
92 extern struct gl_state_s gl_state; argument
/dports/editors/emacs/emacs-27.2/src/
H A Dsyntax.h66 struct gl_state_s struct
68 Lisp_Object object; /* The object we are scanning. */
92 extern struct gl_state_s gl_state; argument
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dgl_backend.c213 int cullface;
215 int blendfunc1;
216 int blendfunc2;
217 qboolean blend;
220 int depthtest;
221 int depthfunc;
224 int alphatest;
225 int alphafunc;
228 int scissortest;
232 float color4f[4];
[all …]
/dports/games/darkplaces/darkplaces/
H A Dgl_backend.c213 int cullface;
215 int blendfunc1;
216 int blendfunc2;
217 qboolean blend;
220 int depthtest;
221 int depthfunc;
224 int alphatest;
225 int alphafunc;
228 int scissortest;
232 float color4f[4];
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/gl/
H A Dsys_opengl.h82 typedef struct gl_state_s { struct
84 float currentLineWidth;
85 float currentPointSize;
89 struct {
92 } features;
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dgl_backend.c579 int cullface;
580 int cullfaceenable;
581 int blendfunc1;
582 int blendfunc2;
583 int blend;
584 GLboolean depthmask;
586 int depthtest;
589 int alphatest;
590 int scissortest;
591 unsigned int unit;
[all …]