Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c658 lookup_bitmap_atlas(struct gl_context *ctx, GLuint listBase) in lookup_bitmap_atlas() function
9229 struct gl_bitmap_atlas *atlas = lookup_bitmap_atlas(ctx, list); in _mesa_DeleteLists()
9284 struct gl_bitmap_atlas *atlas = lookup_bitmap_atlas(ctx, base); in _mesa_GenLists()
9473 atlas = lookup_bitmap_atlas(ctx, ctx->List.ListBase); in render_bitmap_atlas()