Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dshared.c72 shared->BitmapAtlas = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
351 if (shared->BitmapAtlas) { in free_shared_state()
352 _mesa_HashDeleteAll(shared->BitmapAtlas, delete_bitmap_atlas_cb, ctx); in free_shared_state()
353 _mesa_DeleteHashTable(shared->BitmapAtlas); in free_shared_state()
Ddlist.c663 atlas = _mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase); in lookup_bitmap_atlas()
677 assert(_mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase) == NULL); in alloc_bitmap_atlas()
681 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas); in alloc_bitmap_atlas()
1168 _mesa_HashWalk(ctx->Shared->BitmapAtlas, in destroy_list()
9232 _mesa_HashRemove(ctx->Shared->BitmapAtlas, list); in _mesa_DeleteLists()
Dmtypes.h3230 struct _mesa_HashTable *BitmapAtlas; /**< For optimized glBitmap text */ member