Home
last modified time | relevance | path

Searched refs:_mesa_lookup_texture_err (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dgenmipmap.c240 texObj = _mesa_lookup_texture_err(ctx, texture, "glGenerateTextureMipmap"); in _mesa_GenerateTextureMipmap()
Dtexobj.h53 _mesa_lookup_texture_err(struct gl_context *ctx, GLuint id, const char* func);
Dtexgetimage.c1522 _mesa_lookup_texture_err(ctx, texture, caller); in _mesa_GetTextureImage()
1610 _mesa_lookup_texture_err(ctx, texture, caller); in _mesa_GetTextureSubImage()
1951 _mesa_lookup_texture_err(ctx, texture, caller); in _mesa_GetCompressedTextureImage()
1983 texObj = _mesa_lookup_texture_err(ctx, texture, caller); in _mesa_GetCompressedTextureSubImage()
Dvdpau.c150 tex = _mesa_lookup_texture_err(ctx, textureNames[i], in register_surface()
Dteximage.c3543 texObj = _mesa_lookup_texture_err(ctx, texture, func); in _mesa_EGLImageTargetTextureStorageEXT()
3695 texObj = _mesa_lookup_texture_err(ctx, texture, callerName); in texturesubimage()
4673 texObj = _mesa_lookup_texture_err(ctx, texture, self); in _mesa_CopyTextureSubImage1D()
4742 texObj = _mesa_lookup_texture_err(ctx, texture, self); in _mesa_CopyTextureSubImage2D()
4811 texObj = _mesa_lookup_texture_err(ctx, texture, self); in _mesa_CopyTextureSubImage3D()
5062 texObj = _mesa_lookup_texture_err(ctx, texture, function); in get_tex_obj_for_clear()
5712 texObj = _mesa_lookup_texture_err(ctx, textureOrIndex, caller); in compressed_tex_sub_image()
6570 texObj = _mesa_lookup_texture_err(ctx, texture, "glTextureBuffer"); in _mesa_TextureBuffer()
6673 texObj = _mesa_lookup_texture_err(ctx, texture, "glTextureBufferRange"); in _mesa_TextureBufferRange()
6999 texObj = _mesa_lookup_texture_err(ctx, texture, in _mesa_TextureStorage2DMultisample()
[all …]
Dtexstorage.c601 texObj = _mesa_lookup_texture_err(ctx, texture, caller); in texturestorage_error()
Dtexparam.c150 texObj = _mesa_lookup_texture_err(ctx, texture, name); in get_texobj_by_name()
2017 texObj = _mesa_lookup_texture_err(ctx, texture, in _mesa_GetTextureLevelParameterfv()
2084 texObj = _mesa_lookup_texture_err(ctx, texture, in _mesa_GetTextureLevelParameteriv()
Dtexobj.c119 _mesa_lookup_texture_err(struct gl_context *ctx, GLuint id, const char* func) in _mesa_lookup_texture_err() function