Searched refs:texBaseFormat (Results 1 – 3 of 3) sorted by relevance
169 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat; in st_convert_sampler() local172 texBaseFormat = GL_STENCIL_INDEX; in st_convert_sampler()191 texBaseFormat, is_integer); in st_convert_sampler()198 texBaseFormat, is_integer); in st_convert_sampler()203 texBaseFormat, is_integer); in st_convert_sampler()212 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat; in st_convert_sampler() local214 if (texBaseFormat == GL_DEPTH_COMPONENT || in st_convert_sampler()215 (texBaseFormat == GL_DEPTH_STENCIL && !texobj->StencilSampling)) { in st_convert_sampler()
168 GLenum mode, GLenum texBaseFormat ) in calculate_derived_texenv() argument175 switch (texBaseFormat) { in calculate_derived_texenv()196 texBaseFormat); in calculate_derived_texenv()206 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : mode; in calculate_derived_texenv()220 switch (texBaseFormat) { in calculate_derived_texenv()243 switch (texBaseFormat) { in calculate_derived_texenv()268 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : GL_ADD; in calculate_derived_texenv()269 mode_a = (texBaseFormat == GL_INTENSITY) ? GL_ADD : GL_MODULATE; in calculate_derived_texenv()
624 GLenum texBaseFormat = _mesa_get_format_base_format(texImage->TexFormat); in get_tex_memcpy() local635 texBaseFormat == texImage->_BaseFormat) { in get_tex_memcpy()