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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1433 { "glGetLightiv", 10, _gloffset_GetLightiv },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1702 { "glGetLightiv", 10, _gloffset_GetLightiv },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h297 #define _gloffset_GetLightiv 265 macro
H A Dglprocs.h1473 NAME_FUNC_OFFSET( 3198, glGetLightiv, glGetLightiv, NULL, _gloffset_GetLightiv),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp853 EXPECT_EQ((_glapi_proc) __indirect_glGetLightiv, table[_gloffset_GetLightiv]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1875 if (_gloffset_GetLightiv >= 0)
1876 ((_glapi_proc *)(table))[_gloffset_GetLightiv] = (_glapi_proc)_mesa_marshal_GetLightiv;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp855 EXPECT_EQ((_glapi_proc) __indirect_glGetLightiv, table[_gloffset_GetLightiv]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h327 #define _gloffset_GetLightiv 265 macro
5420 return (_glptr_GetLightiv) (GET_by_offset(disp, _gloffset_GetLightiv));
5424 SET_by_offset(disp, _gloffset_GetLightiv, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h330 #define _gloffset_GetLightiv 265 macro
5893 return (_glptr_GetLightiv) (GET_by_offset(disp, _gloffset_GetLightiv));
5897 SET_by_offset(disp, _gloffset_GetLightiv, fn);
[all...]

Completed in 229 milliseconds