QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gl_rmain.c File Reference

Macros

#define BOX_BEHIND   2
 
#define BOX_BOTTOM   5
 
#define BOX_FRONT   0
 
#define BOX_LEFT   3
 
#define BOX_RIGHT   1
 
#define BOX_TOP   4
 
#define CHKGLERR(s)
 
#define FPOLYCNT   16
 
#define NH_DEFINE
 
#define NO(x)
 

Functions

void gl_R_ClearState (void)
 
void gl_R_RenderView (void)
 
void gl_R_RotateForEntity (entity_t *e)
 
void gl_R_SetupFrame (void)
 
void glrmain_init (void)
 

Variables

int gl_c_alias_polys
 
int gl_c_brush_polys
 
qboolean gl_envmap
 
qboolean gl_mirror
 
plane_tgl_mirror_plane
 
int gl_mirrortexturenum
 
float gl_modelalpha
 
float gl_r_world_matrix [16]
 
void(* R_DrawSpriteModel )(struct entity_s *ent)
 

Macro Definition Documentation

#define BOX_BEHIND   2
#define BOX_BOTTOM   5
#define BOX_FRONT   0
#define BOX_LEFT   3
#define BOX_RIGHT   1
#define BOX_TOP   4
#define CHKGLERR (   s)
Value:
do { \
GLint err = qfglGetError(); \
if (err != GL_NO_ERROR) \
printf ("%s: gl error %d\n", s, (int) err); \
} while (0);
int GLint
Definition: types.h:33
#define printf
Definition: fbset.c:210
if(!(yy_init))
Definition: qp-lex.c:893
#define GL_NO_ERROR
Definition: defines.h:125
#define FPOLYCNT   16
#define NH_DEFINE
#define NO (   x)
Value:
do { \
if (x < 0) \
x += 360; \
else if (x >= 360) \
x -= 360; \
} while (0)
vec_t * x
Definition: test-bary.c:27
if(!(yy_init))
Definition: qp-lex.c:893

Function Documentation

void gl_R_ClearState ( void  )
void gl_R_RenderView ( void  )
void gl_R_RotateForEntity ( entity_t e)
void gl_R_SetupFrame ( void  )
void glrmain_init ( void  )

Variable Documentation

int gl_c_alias_polys
int gl_c_brush_polys
qboolean gl_envmap
qboolean gl_mirror
plane_t* gl_mirror_plane
int gl_mirrortexturenum
float gl_modelalpha
float gl_r_world_matrix[16]
void(* R_DrawSpriteModel)(struct entity_s *ent)