Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A D2d.h622 #define GR_STENCIL_WRITE 2 macro
H A Dgropengl.cpp786 } else if ( mode == GR_STENCIL_WRITE ) { in gr_opengl_stencil_set()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/opengl/
H A Dgropengl.cpp434 } else if ( mode == GR_STENCIL_WRITE ) { in gr_opengl_stencil_set()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A D2d.h952 #define GR_STENCIL_WRITE 2
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/patches/
H A Dcolonial_hud.patch137 +#define GR_STENCIL_WRITE 2
216 + } else if ( mode == GR_STENCIL_WRITE ) {
3253 + int stencil = gr_stencil_set(GR_STENCIL_WRITE);
3653 + gr_stencil_set(GR_STENCIL_WRITE);
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtargetbox.cpp353 gr_stencil_set(GR_STENCIL_WRITE); in render()
H A Dhudtarget.cpp7127 gr_stencil_set(GR_STENCIL_WRITE); in render()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtargetbox.cpp379 gr_stencil_set(GR_STENCIL_WRITE); in render()