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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1814 { "glGetError", 11, _gloffset_GetError },
2029 { "glGetError", 20, _gloffset_GetError },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp2088 { "glGetError", 11, _gloffset_GetError },
2304 { "glGetError", 20, _gloffset_GetError },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h293 #define _gloffset_GetError 261 macro
H A Dglprocs.h1469 NAME_FUNC_OFFSET( 3148, glGetError, glGetError, NULL, _gloffset_GetError),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp849 EXPECT_EQ((_glapi_proc) __indirect_glGetError, table[_gloffset_GetError]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1867 if (_gloffset_GetError >= 0)
1868 ((_glapi_proc *)(table))[_gloffset_GetError] = (_glapi_proc)_mesa_marshal_GetError;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp851 EXPECT_EQ((_glapi_proc) __indirect_glGetError, table[_gloffset_GetError]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h323 #define _gloffset_GetError 261 macro
5376 return (_glptr_GetError) (GET_by_offset(disp, _gloffset_GetError));
5380 SET_by_offset(disp, _gloffset_GetError, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h326 #define _gloffset_GetError 261 macro
5849 return (_glptr_GetError) (GET_by_offset(disp, _gloffset_GetError));
5853 SET_by_offset(disp, _gloffset_GetError, fn);
[all...]

Completed in 185 milliseconds