Searched refs:BACKFACE_EPSILON (Results 1 - 11 of 11) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_bsp.c353 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) ||
354 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON)))
431 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) ||
432 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON)))
565 if (dot < -BACKFACE_EPSILON)
598 else if (dot > BACKFACE_EPSILON)
H A Dglquake2.h73 #define BACKFACE_EPSILON 0.01 macro
H A Dglquake.h119 #define BACKFACE_EPSILON 0.01 macro
H A Dr_local.h81 #define BACKFACE_EPSILON 0.01 macro
H A Dr_draw.c900 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) ||
901 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON)))
H A Dgl_rsurf.c1190 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) ||
1191 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON)))
1294 if (dot < 0 -BACKFACE_EPSILON)
1296 else if (dot > BACKFACE_EPSILON)
/external/quake/quake/src/WinQuake/
H A Dr_bsp.cpp353 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) ||
354 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON)))
431 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) ||
432 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON)))
565 if (dot < -BACKFACE_EPSILON)
598 else if (dot > BACKFACE_EPSILON)
H A Dr_local.h80 #define BACKFACE_EPSILON 0.01 macro
H A Dr_draw.cpp900 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) ||
901 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON)))
H A Dgl_rsurf.cpp1259 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) ||
1260 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON)))
1365 if (dot < 0 -BACKFACE_EPSILON)
1367 else if (dot > BACKFACE_EPSILON)
H A Dglquake.h108 #define BACKFACE_EPSILON 0.01 macro

Completed in 85 milliseconds