| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | glthread_marshal.h | 563 ctx->GLThread.ListBase = base; 615 unsigned base = ctx->GLThread.ListBase;
|
| H A D | glthread.h | 158 unsigned ListBase; member in struct:glthread_state
|
| H A D | dlist.c | 11206 * 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 D | mtypes.h | 644 GLuint ListBase; member in struct:gl_list_attrib
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_icd.h | 56 void (GLAPIENTRY * ListBase)(GLuint);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 570 { "glListBase", _O(ListBase) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 570 { "glListBase", _O(ListBase) },
|
| /xsrc/external/mit/MesaLib.old/src/mesa/ |
| H A D | get_hash.h | 471 { GL_LIST_BASE, CONTEXT_INT(List.ListBase), NO_EXTRA },
|
| /xsrc/external/mit/MesaLib/src/mesa/ |
| H A D | get_hash.h | 479 { GL_LIST_BASE, CONTEXT_INT(List.ListBase), NO_EXTRA },
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | dlist.c | 9257 * 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 D | mtypes.h | 669 GLuint ListBase; member in struct:gl_list_attrib
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 137 if(!disp->ListBase) { 139 procp = (void **) &disp->ListBase;
|
| H A D | glapitable.h | 49 void (GLAPIENTRYP ListBase)(GLuint base); /* 6 */
|
| H A D | dispatch.h | 78 #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 D | gl_mangle.h | 1234 #define glListBase MANGLE(ListBase)
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | glapi_mapi_tmp.h | 27 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 D | glapi_mapi_tmp.h | 26 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"
|