Home
last modified time | relevance | path

Searched refs:_mesa_lookup_texture_locked (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexobj.h64 _mesa_lookup_texture_locked(struct gl_context *ctx, GLuint id);
Dshaderimage.c687 texObj = _mesa_lookup_texture_locked(ctx, texture); in _mesa_BindImageTextures()
Dtexobj.c145 _mesa_lookup_texture_locked(struct gl_context *ctx, GLuint id) in _mesa_lookup_texture_locked() function
1846 texObj = _mesa_lookup_texture_locked(ctx, textures[i]); in _mesa_BindTextures()