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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1366 { "glLightiv", 10, _gloffset_Lightiv },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1635 { "glLightiv", 10, _gloffset_Lightiv },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h194 #define _gloffset_Lightiv 162 macro
H A Dglprocs.h1370 NAME_FUNC_OFFSET( 1904, glLightiv, glLightiv, NULL, _gloffset_Lightiv),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp894 EXPECT_EQ((_glapi_proc) __indirect_glLightiv, table[_gloffset_Lightiv]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1669 if (_gloffset_Lightiv >= 0)
1670 ((_glapi_proc *)(table))[_gloffset_Lightiv] = (_glapi_proc)_mesa_marshal_Lightiv;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp896 EXPECT_EQ((_glapi_proc) __indirect_glLightiv, table[_gloffset_Lightiv]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h224 #define _gloffset_Lightiv 162 macro
4287 return (_glptr_Lightiv) (GET_by_offset(disp, _gloffset_Lightiv));
4291 SET_by_offset(disp, _gloffset_Lightiv, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h227 #define _gloffset_Lightiv 162 macro
4760 return (_glptr_Lightiv) (GET_by_offset(disp, _gloffset_Lightiv));
4764 SET_by_offset(disp, _gloffset_Lightiv, fn);
[all...]

Completed in 140 milliseconds