Searched refs:_mesa_get_tex_unit (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texstate.h | 41 _mesa_get_tex_unit(struct gl_context *ctx, GLuint unit) function in typeref:struct:gl_texture_unit * 54 return _mesa_get_tex_unit(ctx, ctx->Texture.CurrentUnit);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texstate.h | 41 _mesa_get_tex_unit(struct gl_context *ctx, GLuint unit) function in typeref:struct:gl_texture_unit * 54 return _mesa_get_tex_unit(ctx, ctx->Texture.CurrentUnit);
|
| H A D | texenv.c | 467 _mesa_get_tex_unit(ctx, texunit); 759 const struct gl_texture_unit *texUnit = _mesa_get_tex_unit(ctx, texunit); 835 const struct gl_texture_unit *texUnit = _mesa_get_tex_unit(ctx, texunit);
|
| H A D | attrib.c | 637 _mesa_get_tex_unit(ctx, u)->CurrentTex[tgt]; 651 texObj = _mesa_get_tex_unit(ctx, u)->CurrentTex[tgt]; 684 _mesa_get_tex_unit(ctx, u)->CurrentTex[tgt];
|
| H A D | texobj.c | 247 texUnit = _mesa_get_tex_unit(ctx, texunit);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_shader.c | 60 struct gl_texture_object *texObj = _mesa_get_tex_unit(ctx, unit)->_Current;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_shader.c | 62 struct gl_texture_object *texObj = _mesa_get_tex_unit(ctx, unit)->_Current;
|
Completed in 9 milliseconds