H A D | texobj.c | 1646 GLuint texName, bool no_error, bool is_ext_dsa, in _mesa_lookup_or_create_texture() 1654 /* EXT_dsa allows proxy targets only when texName is 0 */ in _mesa_lookup_or_create_texture() 1655 if (texName != 0) { in _mesa_lookup_or_create_texture() 1679 if (texName == 0) { in _mesa_lookup_or_create_texture() 1684 newTexObj = _mesa_lookup_texture(ctx, texName); in _mesa_lookup_or_create_texture() 1707 newTexObj = _mesa_new_texture_object(ctx, texName, target); in _mesa_lookup_or_create_texture() 1714 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj, false); in _mesa_lookup_or_create_texture() 1729 * \param texName texture name. 1733 bind_texture(struct gl_context *ctx, GLenum target, GLuint texName, in bind_texture() argument 1737 _mesa_lookup_or_create_texture(ctx, target, texName, no_erro in bind_texture() 1645 _mesa_lookup_or_create_texture(struct gl_context *ctx, GLenum target, GLuint texName, bool no_error, bool is_ext_dsa, const char *caller) _mesa_lookup_or_create_texture() argument 1746 _mesa_BindTexture_no_error(GLenum target, GLuint texName) _mesa_BindTexture_no_error() argument 1755 _mesa_BindTexture(GLenum target, GLuint texName) _mesa_BindTexture() argument 1982 _mesa_PrioritizeTextures( GLsizei n, const GLuint *texName, const GLclampf *priorities ) _mesa_PrioritizeTextures() argument 2027 _mesa_AreTexturesResident(GLsizei n, const GLuint *texName, GLboolean *residences) _mesa_AreTexturesResident() argument [all...] |