Lines Matching defs:texBaseFormat
167 * \param texBaseFormat Base format of the texture associated with the
172 GLenum mode, GLenum texBaseFormat )
179 switch (texBaseFormat) {
199 "Invalid texBaseFormat 0x%x in calculate_derived_texenv",
200 texBaseFormat);
210 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : mode;
224 switch (texBaseFormat) {
247 switch (texBaseFormat) {
272 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : GL_ADD;
273 mode_a = (texBaseFormat == GL_INTENSITY) ? GL_ADD : GL_MODULATE;