Searched refs:TextureHandles (Results 1 – 2 of 2) sorted by relevance
54 _mesa_hash_table_u64_search(ctx->Shared->TextureHandles, id); in lookup_texture_handle()83 _mesa_hash_table_u64_remove(ctx->Shared->TextureHandles, id); in delete_texture_handle()306 _mesa_hash_table_u64_insert(ctx->Shared->TextureHandles, handle, in get_texture_handle()425 shared->TextureHandles = _mesa_hash_table_u64_create(NULL); in _mesa_init_shared_handles()433 if (shared->TextureHandles) in _mesa_free_shared_handles()434 _mesa_hash_table_u64_destroy(shared->TextureHandles); in _mesa_free_shared_handles()
2492 struct hash_table_u64 *TextureHandles; member