Searched refs:_mesa_lookup_texture_err (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texobj.h | 53 _mesa_lookup_texture_err(struct gl_context *ctx, GLuint id, const char* func);
|
H A D | genmipmap.c | 259 texObj = _mesa_lookup_texture_err(ctx, texture, "glGenerateTextureMipmap"); in _mesa_GenerateTextureMipmap()
|
H A D | texgetimage.c | 1526 _mesa_lookup_texture_err(ctx, texture, caller); in _mesa_GetTextureImage() 1614 _mesa_lookup_texture_err(ctx, texture, caller); in _mesa_GetTextureSubImage() 1958 _mesa_lookup_texture_err(ctx, texture, caller); in _mesa_GetCompressedTextureImage() 1990 texObj = _mesa_lookup_texture_err(ctx, texture, caller); in _mesa_GetCompressedTextureSubImage()
|
H A D | vdpau.c | 153 tex = _mesa_lookup_texture_err(ctx, textureNames[i], in register_surface()
|
H A D | teximage.c | 3522 texObj = _mesa_lookup_texture_err(ctx, texture, func); in _mesa_EGLImageTargetTextureStorageEXT() 3673 texObj = _mesa_lookup_texture_err(ctx, texture, callerName); in texturesubimage() 4666 texObj = _mesa_lookup_texture_err(ctx, texture, self); in _mesa_CopyTextureSubImage1D() 4735 texObj = _mesa_lookup_texture_err(ctx, texture, self); in _mesa_CopyTextureSubImage2D() 4804 texObj = _mesa_lookup_texture_err(ctx, texture, self); in _mesa_CopyTextureSubImage3D() 5055 texObj = _mesa_lookup_texture_err(ctx, texture, function); in get_tex_obj_for_clear() 5722 texObj = _mesa_lookup_texture_err(ctx, textureOrIndex, caller); in compressed_tex_sub_image() 6584 texObj = _mesa_lookup_texture_err(ctx, texture, "glTextureBuffer"); in _mesa_TextureBuffer() 6687 texObj = _mesa_lookup_texture_err(ctx, texture, "glTextureBufferRange"); in _mesa_TextureBufferRange() 7005 texObj = _mesa_lookup_texture_err(ct in _mesa_TextureStorage2DMultisample() [all...] |
H A D | texstorage.c | 653 texObj = _mesa_lookup_texture_err(ctx, texture, caller); in texturestorage_error()
|
H A D | texparam.c | 159 texObj = _mesa_lookup_texture_err(ctx, texture, name); in get_texobj_by_name() 2149 texObj = _mesa_lookup_texture_err(ctx, texture, in _mesa_GetTextureLevelParameterfv() 2216 texObj = _mesa_lookup_texture_err(ctx, texture, in _mesa_GetTextureLevelParameteriv()
|
H A D | texobj.c | 128 _mesa_lookup_texture_err(struct gl_context *ctx, GLuint id, const char* func) in _mesa_lookup_texture_err() function
|
Completed in 22 milliseconds