HomeSort by relevance Sort by last modified time
    Searched refs:tex_obj (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 401 struct intel_texture_object *tex_obj; local
420 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
421 if (!tex_obj || !tex_obj->mt)
426 translate_tex_format(brw, tex_obj->_Format, sampler->sRGBDecode);
429 if (tex_obj->base.Immutable) {
430 min_level = tex_obj->base.MinLevel;
431 num_levels = MIN2(tex_obj->base.NumLevels, tex_obj->_MaxLevel + 1);
432 min_layer = tex_obj->base.MinLayer
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 677 texObj = meta_temp_texture->tex_obj;
697 fb_tex_blit.tex_obj = texObj;
    [all...]
meta.h 203 struct gl_texture_object *tex_obj; member in struct:temp_texture
315 struct gl_texture_object *tex_obj; member in struct:fb_tex_blit_state
meta.c     [all...]
  /external/mesa3d/src/mesa/main/
texobj.h 179 struct gl_texture_object *tex_obj);
texobj.c     [all...]
formatquery.c 1449 struct gl_texture_object *tex_obj = _mesa_new_texture_object(ctx, 0, target); local
    [all...]
dd.h     [all...]

Completed in 898 milliseconds