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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1357 { "glClipPlane", 10, _gloffset_ClipPlane },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1626 { "glClipPlane", 10, _gloffset_ClipPlane },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h182 #define _gloffset_ClipPlane 150 macro
H A Dglprocs.h1358 NAME_FUNC_OFFSET( 1788, glClipPlane, glClipPlane, NULL, _gloffset_ClipPlane),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp775 EXPECT_EQ((_glapi_proc) __indirect_glClipPlane, table[_gloffset_ClipPlane]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1645 if (_gloffset_ClipPlane >= 0)
1646 ((_glapi_proc *)(table))[_gloffset_ClipPlane] = (_glapi_proc)_mesa_marshal_ClipPlane;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp777 EXPECT_EQ((_glapi_proc) __indirect_glClipPlane, table[_gloffset_ClipPlane]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h212 #define _gloffset_ClipPlane 150 macro
4155 return (_glptr_ClipPlane) (GET_by_offset(disp, _gloffset_ClipPlane));
4159 SET_by_offset(disp, _gloffset_ClipPlane, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h215 #define _gloffset_ClipPlane 150 macro
4628 return (_glptr_ClipPlane) (GET_by_offset(disp, _gloffset_ClipPlane));
4632 SET_by_offset(disp, _gloffset_ClipPlane, fn);
[all...]

Completed in 131 milliseconds