Lines Matching defs:texBaseFormat
163 * \param texBaseFormat Base format of the texture associated with the
168 GLenum mode, GLenum texBaseFormat )
175 switch (texBaseFormat) {
195 "Invalid texBaseFormat 0x%x in calculate_derived_texenv",
196 texBaseFormat);
206 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : mode;
220 switch (texBaseFormat) {
243 switch (texBaseFormat) {
268 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : GL_ADD;
269 mode_a = (texBaseFormat == GL_INTENSITY) ? GL_ADD : GL_MODULATE;