Lines Matching refs:texBaseFormat
169 * \param texBaseFormat Base format of the texture associated with the
174 GLenum mode, GLenum texBaseFormat )
181 switch (texBaseFormat) {
201 "Invalid texBaseFormat 0x%x in calculate_derived_texenv",
202 texBaseFormat);
212 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : mode;
226 switch (texBaseFormat) {
249 switch (texBaseFormat) {
274 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : GL_ADD;
275 mode_a = (texBaseFormat == GL_INTENSITY) ? GL_ADD : GL_MODULATE;