Home | History | Annotate | Download | only in main

Lines Matching refs:ListBase

7659  * Execute a display list.  Note that the ListBase offset must have already
7661 * the absolute list number, not relative to ListBase.
7755 /* Generated by glCallList(), don't add ListBase */
7761 /* Generated by glCallLists() so we must add ListBase */
7767 GLuint list = (GLuint) (ctx->List.ListBase + n[1].i);
9186 GLuint list = (GLuint) (ctx->List.ListBase + translate_id(i, type, lists));
9209 ctx->List.ListBase = base;
10722 ctx->List.ListBase, ctx->List.ListBase + n[1].ui);
11107 ctx->List.ListBase = 0;