Home
last modified time | relevance | path

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

/dports/games/quetoo/quetoo-0.6.1/src/
H A Dgl_image.c87 static int lastmodes[2] = { -1, -1 }; in GL_TexEnv() local
89 if(mode != lastmodes[gl_state.currenttmu]){ in GL_TexEnv()
91 lastmodes[gl_state.currenttmu] = mode; in GL_TexEnv()
/dports/games/quake2-source/quake2-r0.16.2/src/ref_gl/
H A Dgl_image.c127 static int lastmodes[2] = { -1, -1 }; in GL_TexEnv() local
129 if ( mode != lastmodes[gl_state.currenttmu] ) in GL_TexEnv()
132 lastmodes[gl_state.currenttmu] = mode; in GL_TexEnv()
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_gl/
H A Dgl_image.c127 static int lastmodes[2] = { -1, -1 }; in GL_TexEnv() local
129 if ( mode != lastmodes[gl_state.currenttmu] ) in GL_TexEnv()
132 lastmodes[gl_state.currenttmu] = mode; in GL_TexEnv()
/dports/games/quake2max/Quake2maX_0.45-src_unix/ref_gl/
H A Dgl_image.c165 static int lastmodes[2] = { -1, -1 }; in GL_TexEnv() local
167 if ( mode != lastmodes[gl_state.currenttmu] ) in GL_TexEnv()
170 lastmodes[gl_state.currenttmu] = mode; in GL_TexEnv()
/dports/games/quake2-source/quake2-r0.16.2/src/ref_candygl/
H A Dgl_image.c128 static int lastmodes[2] = { -1, -1 }; in GL_TexEnv() local
130 if ( mode != lastmodes[gl_state.currenttmu] ) in GL_TexEnv()
133 lastmodes[gl_state.currenttmu] = mode; in GL_TexEnv()
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_candygl/
H A Dgl_image.c128 static int lastmodes[2] = { -1, -1 }; in GL_TexEnv() local
130 if ( mode != lastmodes[gl_state.currenttmu] ) in GL_TexEnv()
133 lastmodes[gl_state.currenttmu] = mode; in GL_TexEnv()
/dports/games/alienarena/alienarena-7.66/source/ref_gl/
H A Dr_image.c243 static int lastmodes[2] = { -1, -1 }; in GL_TexEnv() local
245 if ( mode != lastmodes[gl_state.currenttmu] ) in GL_TexEnv()
248 lastmodes[gl_state.currenttmu] = mode; in GL_TexEnv()
/dports/games/alienarena-data/alienarena-7.66/source/ref_gl/
H A Dr_image.c243 static int lastmodes[2] = { -1, -1 }; in GL_TexEnv() local
245 if ( mode != lastmodes[gl_state.currenttmu] ) in GL_TexEnv()
248 lastmodes[gl_state.currenttmu] = mode; in GL_TexEnv()
/dports/games/q2p/Q2P-0.2-2006-12-31/ref_gl/
H A Dgl_image.c154 static int lastmodes[2] = { -1, -1 }; in GL_TexEnv() local
156 if ( mode != lastmodes[gl_state.currenttmu] ) in GL_TexEnv()
159 lastmodes[gl_state.currenttmu] = mode; in GL_TexEnv()
/dports/games/qudos/QuDos-0.40.1-src/src/ref_gl/
H A Dgl_image.c173 static int lastmodes[2] = {-1, -1}; in GL_TexEnv() local
175 if (mode != lastmodes[gl_state.currenttmu]) { in GL_TexEnv()
177 lastmodes[gl_state.currenttmu] = mode; in GL_TexEnv()
/dports/games/r1q2/r1q2-8012_5/ref_gl/
H A Dgl_image.c180 static GLenum lastmodes[2] = { 0xFFFFFFFF, 0xFFFFFFFF }; in GL_TexEnv() local
182 if ( mode != lastmodes[gl_state.currenttmu] ) in GL_TexEnv()
185 lastmodes[gl_state.currenttmu] = mode; in GL_TexEnv()