Home
last modified time | relevance | path

Searched refs:texBaseFormat (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c96 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat; in st_convert_sampler() local
99 texBaseFormat == GL_STENCIL_INDEX; in st_convert_sampler()
102 texBaseFormat = GL_STENCIL_INDEX; in st_convert_sampler()
120 st_translate_color(&tmp, texBaseFormat, is_integer); in st_convert_sampler()
126 texBaseFormat, is_integer); in st_convert_sampler()
130 texBaseFormat, is_integer); in st_convert_sampler()
140 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat; in st_convert_sampler() local
142 if (texBaseFormat == GL_DEPTH_COMPONENT || in st_convert_sampler()
143 (texBaseFormat == GL_DEPTH_STENCIL && !texobj->StencilSampling)) in st_convert_sampler()
/third_party/mesa3d/src/mesa/main/
H A Dtexstate.c169 * \param texBaseFormat Base format of the texture associated with the
174 GLenum mode, GLenum texBaseFormat ) in calculate_derived_texenv()
181 switch (texBaseFormat) { in calculate_derived_texenv()
201 "Invalid texBaseFormat 0x%x in calculate_derived_texenv", in calculate_derived_texenv()
202 texBaseFormat); in calculate_derived_texenv()
212 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : mode; in calculate_derived_texenv()
226 switch (texBaseFormat) { in calculate_derived_texenv()
249 switch (texBaseFormat) { in calculate_derived_texenv()
274 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : GL_ADD; in calculate_derived_texenv()
275 mode_a = (texBaseFormat in calculate_derived_texenv()
[all...]
H A Dtexgetimage.c627 GLenum texBaseFormat = _mesa_get_format_base_format(texImage->TexFormat); in get_tex_memcpy() local
638 texBaseFormat == texImage->_BaseFormat) { in get_tex_memcpy()

Completed in 4 milliseconds