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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1395 { "glPushName", 10, _gloffset_PushName },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1664 { "glPushName", 10, _gloffset_PushName },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h233 #define _gloffset_PushName 201 macro
H A Dglprocs.h1409 NAME_FUNC_OFFSET( 2403, glPushName, glPushName, NULL, _gloffset_PushName),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp947 EXPECT_EQ((_glapi_proc) __indirect_glPushName, table[_gloffset_PushName]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1747 if (_gloffset_PushName >= 0)
1748 ((_glapi_proc *)(table))[_gloffset_PushName] = (_glapi_proc)_mesa_marshal_PushName;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp949 EXPECT_EQ((_glapi_proc) __indirect_glPushName, table[_gloffset_PushName]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h263 #define _gloffset_PushName 201 macro
4716 return (_glptr_PushName) (GET_by_offset(disp, _gloffset_PushName));
4720 SET_by_offset(disp, _gloffset_PushName, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h266 #define _gloffset_PushName 201 macro
5189 return (_glptr_PushName) (GET_by_offset(disp, _gloffset_PushName));
5193 SET_by_offset(disp, _gloffset_PushName, fn);
[all...]

Completed in 140 milliseconds