Searched refs:TextureHandles (Results 1 – 2 of 2) sorted by relevance
48 _mesa_hash_table_u64_search(ctx->Shared->TextureHandles, id); in lookup_texture_handle()77 _mesa_hash_table_u64_remove(ctx->Shared->TextureHandles, id); in delete_texture_handle()274 _mesa_hash_table_u64_insert(ctx->Shared->TextureHandles, handle, in get_texture_handle()391 shared->TextureHandles = _mesa_hash_table_u64_create(NULL); in _mesa_init_shared_handles()399 if (shared->TextureHandles) in _mesa_free_shared_handles()400 _mesa_hash_table_u64_destroy(shared->TextureHandles, NULL); in _mesa_free_shared_handles()
3374 struct hash_table_u64 *TextureHandles; member