Searched refs:_gloffset_ClearDepth (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h240 #define _gloffset_ClearDepth 208 macro
H A Dglprocs.h1416 NAME_FUNC_OFFSET( 2489, glClearDepth, glClearDepth, NULL, _gloffset_ClearDepth),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp772 EXPECT_EQ((_glapi_proc) __indirect_glClearDepth, table[_gloffset_ClearDepth]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1761 if (_gloffset_ClearDepth >= 0)
1762 ((_glapi_proc *)(table))[_gloffset_ClearDepth] = (_glapi_proc)_mesa_marshal_ClearDepth;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp774 EXPECT_EQ((_glapi_proc) __indirect_glClearDepth, table[_gloffset_ClearDepth]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h270 #define _gloffset_ClearDepth 208 macro
4793 return (_glptr_ClearDepth) (GET_by_offset(disp, _gloffset_ClearDepth));
4797 SET_by_offset(disp, _gloffset_ClearDepth, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h273 #define _gloffset_ClearDepth 208 macro
5266 return (_glptr_ClearDepth) (GET_by_offset(disp, _gloffset_ClearDepth));
5270 SET_by_offset(disp, _gloffset_ClearDepth, fn);
[all...]

Completed in 127 milliseconds