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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1256 { "glIndexiv", 10, _gloffset_Indexiv },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1525 { "glIndexiv", 10, _gloffset_Indexiv },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h81 #define _gloffset_Indexiv 49 macro
H A Dglprocs.h1257 NAME_FUNC_OFFSET( 520, glIndexiv, glIndexiv, NULL, _gloffset_Indexiv),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp881 EXPECT_EQ((_glapi_proc) __indirect_glIndexiv, table[_gloffset_Indexiv]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1443 if (_gloffset_Indexiv >= 0)
1444 ((_glapi_proc *)(table))[_gloffset_Indexiv] = (_glapi_proc)_mesa_marshal_Indexiv;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp883 EXPECT_EQ((_glapi_proc) __indirect_glIndexiv, table[_gloffset_Indexiv]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h111 #define _gloffset_Indexiv 49 macro
3044 return (_glptr_Indexiv) (GET_by_offset(disp, _gloffset_Indexiv));
3048 SET_by_offset(disp, _gloffset_Indexiv, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h114 #define _gloffset_Indexiv 49 macro
3517 return (_glptr_Indexiv) (GET_by_offset(disp, _gloffset_Indexiv));
3521 SET_by_offset(disp, _gloffset_Indexiv, fn);
[all...]

Completed in 136 milliseconds