Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dshared.c73 shared->BitmapAtlas = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
359 if (shared->BitmapAtlas) { in free_shared_state()
360 _mesa_HashDeleteAll(shared->BitmapAtlas, delete_bitmap_atlas_cb, ctx); in free_shared_state()
361 _mesa_DeleteHashTable(shared->BitmapAtlas); in free_shared_state()
Dmtypes.h3325 struct _mesa_HashTable *BitmapAtlas; /**< For optimized glBitmap text */ member
Ddlist.c868 atlas = _mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase); in lookup_bitmap_atlas()
882 assert(_mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase) == NULL); in alloc_bitmap_atlas()
886 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas, isGenName); in alloc_bitmap_atlas()
1452 _mesa_HashWalk(ctx->Shared->BitmapAtlas, in destroy_list()
13656 _mesa_HashRemove(ctx->Shared->BitmapAtlas, list); in _mesa_DeleteLists()