Home
last modified time | relevance | path

Searched refs:_mesa_get_tex_unit (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexstate.h41 _mesa_get_tex_unit(struct gl_context *ctx, GLuint unit) in _mesa_get_tex_unit() function
54 return _mesa_get_tex_unit(ctx, ctx->Texture.CurrentUnit); in _mesa_get_current_tex_unit()
Dtexenv.c467 _mesa_get_tex_unit(ctx, texunit); in _mesa_texenvfv_indexed()
759 const struct gl_texture_unit *texUnit = _mesa_get_tex_unit(ctx, texunit); in _mesa_gettexenvfv_indexed()
835 const struct gl_texture_unit *texUnit = _mesa_get_tex_unit(ctx, texunit); in _mesa_gettexenviv_indexed()
Dattrib.c637 _mesa_get_tex_unit(ctx, u)->CurrentTex[tgt]; in pop_texture_group()
651 texObj = _mesa_get_tex_unit(ctx, u)->CurrentTex[tgt]; in pop_texture_group()
684 _mesa_get_tex_unit(ctx, u)->CurrentTex[tgt]; in pop_texture_group()
Dtexobj.c247 texUnit = _mesa_get_tex_unit(ctx, texunit); in _mesa_get_texobj_by_target_and_texunit()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c62 struct gl_texture_object *texObj = _mesa_get_tex_unit(ctx, unit)->_Current; in get_texture_index()