Home
last modified time | relevance | path

Searched refs:_mesa_get_current_tex_unit (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexgen.c89 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_TexGenfv()
301 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexGendv()
338 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexGenfv()
383 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexGeniv()
Dtexstate.h52 _mesa_get_current_tex_unit(struct gl_context *ctx) in _mesa_get_current_tex_unit() function
Dtexenv.c400 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_TexEnvfv()
645 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexEnvfv()
711 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexEnviv()
Denable.c221 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); in enable_texture()
Dtexobj.c147 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_get_current_tex_object()
Dtexparam.c136 texUnit = _mesa_get_current_tex_unit(ctx); in get_texobj_by_target()