Searched defs:_mesa_lookup_texture (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dtexobj.c106 _mesa_lookup_texture(struct gl_context *ctx, GLuint id) function
113 * Wrapper around _mesa_lookup_texture that throws GL_INVALID_OPERATION if id
122 texObj = _mesa_lookup_texture(ctx, id); /* Returns NULL if not found. */
1151 struct gl_texture_object *const t = _mesa_lookup_texture(ctx, texture);
1461 = _mesa_lookup_texture(ctx, textures[i]);
1692 newTexObj = _mesa_lookup_texture(ctx, texName);
1773 texObj = _mesa_lookup_texture(ctx, texture);
1910 struct gl_texture_object *t = _mesa_lookup_texture(ctx, texName[i]);
1961 t = _mesa_lookup_texture(ctx, texName[i]);
1997 t = _mesa_lookup_texture(ct
[all...]

Completed in 98 milliseconds