Home
last modified time | relevance | path

Searched refs:gl_xtoviewangle (Results 1 – 1 of 1) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c92 static angle_t gl_xtoviewangle[MAXVIDWIDTH+1]; variable
827 angle_t pclipangle = gl_xtoviewangle[x]; in HWR_ClipViewSegment()
3447 gl_xtoviewangle[x] = (i<<ANGLETOFINESHIFT) - ANGLE_90; in HWR_InitTextureMapping()
3459 gl_clipangle = gl_xtoviewangle[0]; in HWR_InitTextureMapping()
5714 angle = (dup_viewangle + gl_xtoviewangle[0]); in HWR_DrawSkyBackground()