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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1793 { "glFlush", 11, _gloffset_Flush },
2010 { "glFlush", 20, _gloffset_Flush },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp2067 { "glFlush", 11, _gloffset_Flush },
2285 { "glFlush", 20, _gloffset_Flush },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h249 #define _gloffset_Flush 217 macro
H A Dglprocs.h1425 NAME_FUNC_OFFSET( 2588, glFlush, glFlush, NULL, _gloffset_Flush),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp838 EXPECT_EQ((_glapi_proc) __indirect_glFlush, table[_gloffset_Flush]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1779 if (_gloffset_Flush >= 0)
1780 ((_glapi_proc *)(table))[_gloffset_Flush] = (_glapi_proc)_mesa_marshal_Flush;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp840 EXPECT_EQ((_glapi_proc) __indirect_glFlush, table[_gloffset_Flush]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h279 #define _gloffset_Flush 217 macro
4892 return (_glptr_Flush) (GET_by_offset(disp, _gloffset_Flush));
4896 SET_by_offset(disp, _gloffset_Flush, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h282 #define _gloffset_Flush 217 macro
5365 return (_glptr_Flush) (GET_by_offset(disp, _gloffset_Flush));
5369 SET_by_offset(disp, _gloffset_Flush, fn);
[all...]

Completed in 184 milliseconds