Searched refs:_gloffset_Recti (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1297 { "glRecti", 10, _gloffset_Recti },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1566 { "glRecti", 10, _gloffset_Recti },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapioffsets.h | 122 #define _gloffset_Recti 90 macro
|
| H A D | glprocs.h | 1298 NAME_FUNC_OFFSET( 1046, glRecti, glRecti, NULL, _gloffset_Recti),
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 978 EXPECT_EQ((_glapi_proc) __indirect_glRecti, table[_gloffset_Recti]);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated0.c | 1525 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 D | indirect_api.cpp | 980 EXPECT_EQ((_glapi_proc) __indirect_glRecti, table[_gloffset_Recti]);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 152 #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 D | dispatch.h | 155 #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