Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexgen.c94 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_TexGenfv()
309 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexGendv()
347 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexGenfv()
393 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexGeniv()
Dtexenv.c406 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_TexEnvfv()
679 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexEnvfv()
743 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexEnviv()
836 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_TexBumpParameterfvATI()
869 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexBumpParameterivATI()
921 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexBumpParameterfvATI()
Dtexstate.h44 _mesa_get_current_tex_unit(struct gl_context *ctx) in _mesa_get_current_tex_unit() function
Dtexparam.c130 texUnit = _mesa_get_current_tex_unit(ctx); in get_texobj()
1259 texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_GetTexLevelParameteriv()
Dtexobj.c1183 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_BindTexture()
Denable.c240 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); in enable_texture()
Dteximage.c778 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_get_current_tex_object()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c80 texUnit = _mesa_get_current_tex_unit(&dri_ctx->Base); in swrastSetTexBuffer2()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c477 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); in st_context_teximage()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c622 texUnit = _mesa_get_current_tex_unit(radeon->glCtx); in radeonSetTexBuffer2()