Searched refs:_mesa_get_tex_unit (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texstate.h | 41 _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()
|
H A D | texenv.c | 450 _mesa_get_tex_unit(ctx, texunit); in _mesa_texenvfv_indexed() 737 const struct gl_texture_unit *texUnit = _mesa_get_tex_unit(ctx, texunit); in _mesa_gettexenvfv_indexed() 813 const struct gl_texture_unit *texUnit = _mesa_get_tex_unit(ctx, texunit); in _mesa_gettexenviv_indexed()
|
H A D | attrib.c | 567 _mesa_get_tex_unit(ctx, u)->CurrentTex[tgt]; in pop_texture_group() 581 texObj = _mesa_get_tex_unit(ctx, u)->CurrentTex[tgt]; in pop_texture_group() 612 _mesa_get_tex_unit(ctx, u)->CurrentTex[tgt]; in pop_texture_group()
|
H A D | texobj.c | 253 texUnit = _mesa_get_tex_unit(ctx, texunit); in _mesa_get_texobj_by_target_and_texunit()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_shader.c | 62 struct gl_texture_object *texObj = _mesa_get_tex_unit(ctx, unit)->_Current; in get_texture_index()
|
Completed in 7 milliseconds