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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1251 { "glIndexd", 10, _gloffset_Indexd },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1520 { "glIndexd", 10, _gloffset_Indexd },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h76 #define _gloffset_Indexd 44 macro
H A Dglprocs.h1252 NAME_FUNC_OFFSET( 473, glIndexd, glIndexd, NULL, _gloffset_Indexd),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp876 EXPECT_EQ((_glapi_proc) __indirect_glIndexd, table[_gloffset_Indexd]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1433 if (_gloffset_Indexd >= 0)
1434 ((_glapi_proc *)(table))[_gloffset_Indexd] = (_glapi_proc)_mesa_marshal_Indexd;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp878 EXPECT_EQ((_glapi_proc) __indirect_glIndexd, table[_gloffset_Indexd]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h106 #define _gloffset_Indexd 44 macro
2989 return (_glptr_Indexd) (GET_by_offset(disp, _gloffset_Indexd));
2993 SET_by_offset(disp, _gloffset_Indexd, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h109 #define _gloffset_Indexd 44 macro
3462 return (_glptr_Indexd) (GET_by_offset(disp, _gloffset_Indexd));
3466 SET_by_offset(disp, _gloffset_Indexd, fn);
[all...]

Completed in 129 milliseconds