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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1211 { "glDeleteLists", 10, _gloffset_DeleteLists },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1480 { "glDeleteLists", 10, _gloffset_DeleteLists },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h36 #define _gloffset_DeleteLists 4 macro
H A Dglprocs.h1212 NAME_FUNC_OFFSET( 43, glDeleteLists, glDeleteLists, NULL, _gloffset_DeleteLists),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp812 EXPECT_EQ((_glapi_proc) __indirect_glDeleteLists, table[_gloffset_DeleteLists]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1353 if (_gloffset_DeleteLists >= 0)
1354 ((_glapi_proc *)(table))[_gloffset_DeleteLists] = (_glapi_proc)_mesa_marshal_DeleteLists;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp814 EXPECT_EQ((_glapi_proc) __indirect_glDeleteLists, table[_gloffset_DeleteLists]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h66 #define _gloffset_DeleteLists 4 macro
2549 return (_glptr_DeleteLists) (GET_by_offset(disp, _gloffset_DeleteLists));
2553 SET_by_offset(disp, _gloffset_DeleteLists, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h69 #define _gloffset_DeleteLists 4 macro
3022 return (_glptr_DeleteLists) (GET_by_offset(disp, _gloffset_DeleteLists));
3026 SET_by_offset(disp, _gloffset_DeleteLists, fn);
[all...]

Completed in 163 milliseconds