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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1297 { "glRecti", 10, _gloffset_Recti },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1566 { "glRecti", 10, _gloffset_Recti },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h122 #define _gloffset_Recti 90 macro
H A Dglprocs.h1298 NAME_FUNC_OFFSET( 1046, glRecti, glRecti, NULL, _gloffset_Recti),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp978 EXPECT_EQ((_glapi_proc) __indirect_glRecti, table[_gloffset_Recti]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1525 if (_gloffset_Recti >= 0)
1526 ((_glapi_proc *)(table))[_gloffset_Recti] = (_glapi_proc)_mesa_marshal_Recti;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp980 EXPECT_EQ((_glapi_proc) __indirect_glRecti, table[_gloffset_Recti]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h152 #define _gloffset_Recti 90 macro
3495 return (_glptr_Recti) (GET_by_offset(disp, _gloffset_Recti));
3499 SET_by_offset(disp, _gloffset_Recti, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h155 #define _gloffset_Recti 90 macro
3968 return (_glptr_Recti) (GET_by_offset(disp, _gloffset_Recti));
3972 SET_by_offset(disp, _gloffset_Recti, fn);
[all...]

Completed in 201 milliseconds