/external/mesa3d/src/mesa/main/ |
genmipmap.c | 238 texObj = _mesa_lookup_texture_err(ctx, texture, "glGenerateTextureMipmap");
|
texobj.h | 54 _mesa_lookup_texture_err(struct gl_context *ctx, GLuint id, const char* func);
|
texgetimage.c | [all...] |
vdpau.c | 149 tex = _mesa_lookup_texture_err(ctx, textureNames[i],
|
teximage.c | [all...] |
texparam.c | 160 texObj = _mesa_lookup_texture_err(ctx, texture, name); [all...] |
texstorage.c | 600 texObj = _mesa_lookup_texture_err(ctx, texture, caller);
|
texobj.c | 118 _mesa_lookup_texture_err(struct gl_context *ctx, GLuint id, const char* func) function [all...] |