HomeSort by relevance Sort by last modified time
    Searched refs:TexFormat (Results 26 - 47 of 47) sorted by null

12

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 740 gl_format texFormat;
787 texFormat = MESA_FORMAT_RGB888;
791 texFormat = MESA_FORMAT_ARGB8888;
798 texFormat = MESA_FORMAT_RGB888;
803 texFormat = MESA_FORMAT_RGB565;
812 rb->cpp, texFormat);
    [all...]
  /external/mesa3d/src/mesa/main/
debug.c 378 _mesa_get_format_name(texImg->TexFormat));
630 switch (img->TexFormat) {
teximage.c 1118 img->TexFormat = MESA_FORMAT_NONE;
    [all...]
mipmap.c     [all...]
fbobject.c 566 baseFormat = _mesa_get_format_base_format(texImage->TexFormat);
574 if (_mesa_is_format_compressed(texImage->TexFormat)) {
750 attFormat = texImg->TexFormat;
    [all...]
framebuffer.c 925 _mesa_get_format_name(texImage->TexFormat));
texparam.c 994 gl_format texFormat;
997 if (!img || img->TexFormat == MESA_FORMAT_NONE) {
1006 texFormat = img->TexFormat;
1019 if (_mesa_is_format_compressed(texFormat)) {
1021 *params = _mesa_compressed_format_to_glenum(ctx, texFormat);
1050 *params = _mesa_get_format_bits(texFormat, pname);
1057 *params = _mesa_get_format_bits(texFormat, pname);
1060 *params = MIN2(_mesa_get_format_bits(texFormat,
1062 _mesa_get_format_bits(texFormat,
    [all...]
texstore.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c 221 const gl_format texFormat = firstImage->base.TexFormat;
223 st_mesa_format_to_pipe_format(texFormat);
226 (_mesa_get_format_color_encoding(texFormat) == GL_SRGB)) {
231 _mesa_get_srgb_format_linear(texFormat);
st_texture.c 185 if (st_mesa_format_to_pipe_format(image->TexFormat) != pt->format)
st_cb_fbo.c 512 gl_format texFormat;
526 texFormat = _mesa_get_attachment_teximage_const(att)->TexFormat;
532 _mesa_get_format_color_encoding(texFormat) == GL_SRGB) {
533 const gl_format linearFormat = _mesa_get_srgb_format_linear(texFormat);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 523 rb->Format = image->TexFormat;
652 _mesa_get_format_name(image->TexFormat),
675 _mesa_get_format_name(image->TexFormat), att->Texture->Name);
intel_blit.c 547 assert(intel_image->base.Base.TexFormat == MESA_FORMAT_ARGB8888);
intel_mipmap_tree.c 576 if (image->TexFormat != mt->format &&
577 !(image->TexFormat == MESA_FORMAT_S8_Z24 &&
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 173 gl_format format = t->Image[0][t->BaseLevel]->TexFormat;
  /external/mesa3d/src/mesa/swrast/
s_texfetch.c 1154 gl_format format = texImage->Base.TexFormat;
s_texfetch_tmp.h     [all...]
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 467 if (img->TexFormat == MESA_FORMAT_YCBCR)
brw_wm_surface_state.c     [all...]

Completed in 1543 milliseconds

12