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

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_marshal.h563 ctx->GLThread.ListBase = base;
615 unsigned base = ctx->GLThread.ListBase;
H A Dglthread.h158 unsigned ListBase; member in struct:glthread_state
H A Ddlist.c11206 * Execute a display list. Note that the ListBase offset must have already
11208 * the absolute list number, not relative to ListBase.
11283 /* Generated by glCallList(), don't add ListBase */
13880 ctx->List.ListBase == 0 ||
13887 atlas = lookup_bitmap_atlas(ctx, ctx->List.ListBase);
13893 atlas = alloc_bitmap_atlas(ctx, ctx->List.ListBase, false);
13903 build_bitmap_atlas(ctx, atlas, ctx->List.ListBase);
13969 GLuint base = ctx->List.ListBase;
14062 ctx->List.ListBase = base;
15050 /* Generated by glCallList(), don't add ListBase */
[all...]
H A Dmtypes.h644 GLuint ListBase; member in struct:gl_list_attrib
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_icd.h56 void (GLAPIENTRY * ListBase)(GLuint);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp570 { "glListBase", _O(ListBase) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp570 { "glListBase", _O(ListBase) },
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h471 { GL_LIST_BASE, CONTEXT_INT(List.ListBase), NO_EXTRA },
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h479 { GL_LIST_BASE, CONTEXT_INT(List.ListBase), NO_EXTRA },
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c9257 * Execute a display list. Note that the ListBase offset must have already
9259 * the absolute list number, not relative to ListBase.
9352 /* Generated by glCallList(), don't add ListBase */
11038 ctx->List.ListBase == 0 ||
11045 atlas = lookup_bitmap_atlas(ctx, ctx->List.ListBase);
11051 atlas = alloc_bitmap_atlas(ctx, ctx->List.ListBase);
11061 build_bitmap_atlas(ctx, atlas, ctx->List.ListBase);
11133 GLuint list = (GLuint) (ctx->List.ListBase + translate_id(i, type, lists));
11159 ctx->List.ListBase = base;
12159 ctx->List.ListBase
[all...]
H A Dmtypes.h669 GLuint ListBase; member in struct:gl_list_attrib
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi_gentable.c137 if(!disp->ListBase) {
139 procp = (void **) &disp->ListBase;
H A Dglapitable.h49 void (GLAPIENTRYP ListBase)(GLuint base); /* 6 */
H A Ddispatch.h78 #define CALL_ListBase(disp, parameters) (*((disp)->ListBase)) parameters
79 #define GET_ListBase(disp) ((disp)->ListBase)
80 #define SET_ListBase(disp, fn) ((disp)->ListBase = fn)
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h1234 #define glListBase MANGLE(ListBase)
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dglapi_mapi_tmp.h27 GLAPI void APIENTRY GLAPI_PREFIX(ListBase)(GLuint base);
1361 GLAPI void APIENTRY GLAPI_PREFIX(ListBase)(GLuint base)
10409 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ListBase))"\n"
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dglapi_mapi_tmp.h26 GLAPI void APIENTRY GLAPI_PREFIX(ListBase)(GLuint base);
1360 GLAPI void APIENTRY GLAPI_PREFIX(ListBase)(GLuint base)
10408 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ListBase))"\n"

Completed in 163 milliseconds