Searched refs:ListBase (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 56 void (GLAPIENTRY * ListBase)(GLuint);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 572 { "glListBase", _O(ListBase) },
|
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 9455 ctx->List.ListBase == 0 || in render_bitmap_atlas() 9462 atlas = lookup_bitmap_atlas(ctx, ctx->List.ListBase); in render_bitmap_atlas() 9468 atlas = alloc_bitmap_atlas(ctx, ctx->List.ListBase); in render_bitmap_atlas() 9478 build_bitmap_atlas(ctx, atlas, ctx->List.ListBase); in render_bitmap_atlas() 9550 GLuint list = (GLuint) (ctx->List.ListBase + translate_id(i, type, lists)); in _mesa_CallLists() 9573 ctx->List.ListBase = base; in _mesa_ListBase() 10504 ctx->List.ListBase = 0; in _mesa_init_display_list()
|
D | mtypes.h | 674 GLuint ListBase; member
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | get_hash.h | 448 { GL_LIST_BASE, CONTEXT_INT(List.ListBase), NO_EXTRA },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1234 #define glListBase MANGLE(ListBase)
|