Searched refs:mode_rgb (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstate.c170 GLenum mode_rgb; local in function:calculate_derived_texenv
206 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : mode;
211 mode_rgb = GL_INTERPOLATE;
231 mode_rgb = GL_REPLACE;
240 mode_rgb = GL_INTERPOLATE;
245 mode_rgb = GL_REPLACE;
268 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : GL_ADD;
280 ? mode_rgb : GL_REPLACE;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexstate.c174 GLenum mode_rgb; local in function:calculate_derived_texenv
210 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : mode;
215 mode_rgb = GL_INTERPOLATE;
235 mode_rgb = GL_REPLACE;
244 mode_rgb = GL_INTERPOLATE;
249 mode_rgb = GL_REPLACE;
272 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : GL_ADD;
284 ? mode_rgb : GL_REPLACE;

Completed in 5 milliseconds