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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1772 { "glDepthMask", 11, _gloffset_DepthMask },
1996 { "glDepthMask", 20, _gloffset_DepthMask },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp2046 { "glDepthMask", 11, _gloffset_DepthMask },
2270 { "glDepthMask", 20, _gloffset_DepthMask },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h243 #define _gloffset_DepthMask 211 macro
H A Dglprocs.h1419 NAME_FUNC_OFFSET( 2528, glDepthMask, glDepthMask, NULL, _gloffset_DepthMask),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp814 EXPECT_EQ((_glapi_proc) __indirect_glDepthMask, table[_gloffset_DepthMask]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1767 if (_gloffset_DepthMask >= 0)
1768 ((_glapi_proc *)(table))[_gloffset_DepthMask] = (_glapi_proc)_mesa_marshal_DepthMask;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp816 EXPECT_EQ((_glapi_proc) __indirect_glDepthMask, table[_gloffset_DepthMask]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h273 #define _gloffset_DepthMask 211 macro
4826 return (_glptr_DepthMask) (GET_by_offset(disp, _gloffset_DepthMask));
4830 SET_by_offset(disp, _gloffset_DepthMask, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h276 #define _gloffset_DepthMask 211 macro
5299 return (_glptr_DepthMask) (GET_by_offset(disp, _gloffset_DepthMask));
5303 SET_by_offset(disp, _gloffset_DepthMask, fn);
[all...]

Completed in 200 milliseconds