Searched refs:_gloffset_GenLists (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1212 { "glGenLists", 10, _gloffset_GenLists },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1481 { "glGenLists", 10, _gloffset_GenLists },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapioffsets.h | 37 #define _gloffset_GenLists 5 macro
|
| H A D | glprocs.h | 1213 NAME_FUNC_OFFSET( 57, glGenLists, glGenLists, NULL, _gloffset_GenLists),
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 845 EXPECT_EQ((_glapi_proc) __indirect_glGenLists, table[_gloffset_GenLists]);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated0.c | 1355 if (_gloffset_GenLists >= 0) 1356 ((_glapi_proc *)(table))[_gloffset_GenLists] = (_glapi_proc)_mesa_marshal_GenLists;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 847 EXPECT_EQ((_glapi_proc) __indirect_glGenLists, table[_gloffset_GenLists]);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 67 #define _gloffset_GenLists 5 macro 2560 return (_glptr_GenLists) (GET_by_offset(disp, _gloffset_GenLists)); 2564 SET_by_offset(disp, _gloffset_GenLists, fn);
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 70 #define _gloffset_GenLists 5 macro 3033 return (_glptr_GenLists) (GET_by_offset(disp, _gloffset_GenLists)); 3037 SET_by_offset(disp, _gloffset_GenLists, fn); [all...] |
Completed in 211 milliseconds