Searched refs:ListBase (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h56 void (GLAPIENTRY * ListBase)(GLuint); member in struct:__GLdispatchTableRec
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp572 { "glListBase", _O(ListBase) },
/external/mesa3d/src/mesa/main/
H A Ddlist.c8009 * Execute a display list. Note that the ListBase offset must have already
8011 * the absolute list number, not relative to ListBase.
8104 /* Generated by glCallList(), don't add ListBase */
9455 ctx->List.ListBase == 0 ||
9462 atlas = lookup_bitmap_atlas(ctx, ctx->List.ListBase);
9468 atlas = alloc_bitmap_atlas(ctx, ctx->List.ListBase);
9478 build_bitmap_atlas(ctx, atlas, ctx->List.ListBase);
9550 GLuint list = (GLuint) (ctx->List.ListBase + translate_id(i, type, lists));
9573 ctx->List.ListBase = base;
10504 ctx->List.ListBase
[all...]
H A Dmtypes.h674 GLuint ListBase; member in struct:gl_list_attrib
/external/mesa3d/prebuilt-intermediates/main/
H A Dget_hash.h448 { GL_LIST_BASE, CONTEXT_INT(List.ListBase), NO_EXTRA },
/external/mesa3d/include/GL/
H A Dgl_mangle.h1234 #define glListBase MANGLE(ListBase)

Completed in 215 milliseconds