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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1365 { "glLighti", 10, _gloffset_Lighti },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1634 { "glLighti", 10, _gloffset_Lighti },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h193 #define _gloffset_Lighti 161 macro
H A Dglprocs.h1369 NAME_FUNC_OFFSET( 1895, glLighti, glLighti, NULL, _gloffset_Lighti),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp893 EXPECT_EQ((_glapi_proc) __indirect_glLighti, table[_gloffset_Lighti]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1667 if (_gloffset_Lighti >= 0)
1668 ((_glapi_proc *)(table))[_gloffset_Lighti] = (_glapi_proc)_mesa_marshal_Lighti;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp895 EXPECT_EQ((_glapi_proc) __indirect_glLighti, table[_gloffset_Lighti]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h223 #define _gloffset_Lighti 161 macro
4276 return (_glptr_Lighti) (GET_by_offset(disp, _gloffset_Lighti));
4280 SET_by_offset(disp, _gloffset_Lighti, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h226 #define _gloffset_Lighti 161 macro
4749 return (_glptr_Lighti) (GET_by_offset(disp, _gloffset_Lighti));
4753 SET_by_offset(disp, _gloffset_Lighti, fn);
[all...]

Completed in 130 milliseconds