Searched refs:ListBase (Results 1 – 6 of 6) sorted by relevance
56 void (GLAPIENTRY * ListBase)(GLuint);
572 { "glListBase", _O(ListBase) },
982 GLuint ListBase; member
7767 GLuint list = (GLuint) (ctx->List.ListBase + n[1].i); in execute_list()9186 GLuint list = (GLuint) (ctx->List.ListBase + translate_id(i, type, lists)); in _mesa_CallLists()9209 ctx->List.ListBase = base; in _mesa_ListBase()10722 ctx->List.ListBase, ctx->List.ListBase + n[1].ui); in print_list()11107 ctx->List.ListBase = 0; in _mesa_init_display_list()
868 { GL_LIST_BASE, CONTEXT_INT(List.ListBase), NO_EXTRA },
997 #define glListBase MANGLE(ListBase)