Searched refs:_gloffset_GenLists (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1212 { "glGenLists", 10, _gloffset_GenLists },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1481 { "glGenLists", 10, _gloffset_GenLists },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h37 #define _gloffset_GenLists 5 macro
H A Dglprocs.h1213 NAME_FUNC_OFFSET( 57, glGenLists, glGenLists, NULL, _gloffset_GenLists),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp845 EXPECT_EQ((_glapi_proc) __indirect_glGenLists, table[_gloffset_GenLists]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1355 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 Dindirect_api.cpp847 EXPECT_EQ((_glapi_proc) __indirect_glGenLists, table[_gloffset_GenLists]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h67 #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 Ddispatch.h70 #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