Home | History | Annotate | Download | only in main

Lines Matching refs:texBaseFormat

159  * \param texBaseFormat  Base format of the texture associated with the
164 GLenum mode, GLenum texBaseFormat )
171 switch (texBaseFormat) {
192 "Invalid texBaseFormat 0x%x in calculate_derived_texenv",
193 texBaseFormat);
203 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : mode;
217 switch (texBaseFormat) {
241 switch (texBaseFormat) {
267 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : GL_ADD;
268 mode_a = (texBaseFormat == GL_INTENSITY) ? GL_ADD : GL_MODULATE;