Home
last modified time | relevance | path

Searched refs:BitmapAtlas (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dshared.c75 shared->BitmapAtlas = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
365 if (shared->BitmapAtlas) { in free_shared_state()
366 _mesa_HashDeleteAll(shared->BitmapAtlas, delete_bitmap_atlas_cb, ctx); in free_shared_state()
367 _mesa_DeleteHashTable(shared->BitmapAtlas); in free_shared_state()
Dmtypes.h2430 struct _mesa_HashTable *BitmapAtlas; /**< For optimized glBitmap text */ member
Ddlist.c855 atlas = _mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase); in lookup_bitmap_atlas()
869 assert(_mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase) == NULL); in alloc_bitmap_atlas()
873 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas, isGenName); in alloc_bitmap_atlas()
1404 _mesa_HashWalk(ctx->Shared->BitmapAtlas, in destroy_list()
13398 _mesa_HashRemove(ctx->Shared->BitmapAtlas, list); in _mesa_DeleteLists()