Searched refs:TextureHandles (Results 1 – 2 of 2) sorted by relevance
47 _mesa_hash_table_u64_search(ctx->Shared->TextureHandles, id); in lookup_texture_handle()76 _mesa_hash_table_u64_remove(ctx->Shared->TextureHandles, id); in delete_texture_handle()273 _mesa_hash_table_u64_insert(ctx->Shared->TextureHandles, handle, in get_texture_handle()390 shared->TextureHandles = _mesa_hash_table_u64_create(NULL); in _mesa_init_shared_handles()398 if (shared->TextureHandles) in _mesa_free_shared_handles()399 _mesa_hash_table_u64_destroy(shared->TextureHandles, NULL); in _mesa_free_shared_handles()
3282 struct hash_table_u64 *TextureHandles; member