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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1401 { "glPushAttrib", 10, _gloffset_PushAttrib },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1670 { "glPushAttrib", 10, _gloffset_PushAttrib },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h251 #define _gloffset_PushAttrib 219 macro
H A Dglprocs.h1427 NAME_FUNC_OFFSET( 2608, glPushAttrib, glPushAttrib, NULL, _gloffset_PushAttrib),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp945 EXPECT_EQ((_glapi_proc) __indirect_glPushAttrib, table[_gloffset_PushAttrib]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1783 if (_gloffset_PushAttrib >= 0)
1784 ((_glapi_proc *)(table))[_gloffset_PushAttrib] = (_glapi_proc)_mesa_marshal_PushAttrib;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp947 EXPECT_EQ((_glapi_proc) __indirect_glPushAttrib, table[_gloffset_PushAttrib]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h281 #define _gloffset_PushAttrib 219 macro
4914 return (_glptr_PushAttrib) (GET_by_offset(disp, _gloffset_PushAttrib));
4918 SET_by_offset(disp, _gloffset_PushAttrib, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h284 #define _gloffset_PushAttrib 219 macro
5387 return (_glptr_PushAttrib) (GET_by_offset(disp, _gloffset_PushAttrib));
5391 SET_by_offset(disp, _gloffset_PushAttrib, fn);
[all...]

Completed in 163 milliseconds