HomeSort by relevance Sort by last modified time
    Searched refs:BitmapAtlas (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/main/
shared.c 68 shared->BitmapAtlas = _mesa_NewHashTable();
323 _mesa_HashDeleteAll(shared->BitmapAtlas, delete_bitmap_atlas_cb, ctx);
324 _mesa_DeleteHashTable(shared->BitmapAtlas);
dlist.c 662 atlas = _mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase);
676 assert(_mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase) == NULL);
680 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas);
1167 _mesa_HashWalk(ctx->Shared->BitmapAtlas,
    [all...]
mtypes.h     [all...]

Completed in 104 milliseconds