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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1431 { "glGetClipPlane", 10, _gloffset_GetClipPlane },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1700 { "glGetClipPlane", 10, _gloffset_GetClipPlane },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h291 #define _gloffset_GetClipPlane 259 macro
H A Dglprocs.h1467 NAME_FUNC_OFFSET( 3120, glGetClipPlane, glGetClipPlane, NULL, _gloffset_GetClipPlane),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp847 EXPECT_EQ((_glapi_proc) __indirect_glGetClipPlane, table[_gloffset_GetClipPlane]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1863 if (_gloffset_GetClipPlane >= 0)
1864 ((_glapi_proc *)(table))[_gloffset_GetClipPlane] = (_glapi_proc)_mesa_marshal_GetClipPlane;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp849 EXPECT_EQ((_glapi_proc) __indirect_glGetClipPlane, table[_gloffset_GetClipPlane]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h321 #define _gloffset_GetClipPlane 259 macro
5354 return (_glptr_GetClipPlane) (GET_by_offset(disp, _gloffset_GetClipPlane));
5358 SET_by_offset(disp, _gloffset_GetClipPlane, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h324 #define _gloffset_GetClipPlane 259 macro
5827 return (_glptr_GetClipPlane) (GET_by_offset(disp, _gloffset_GetClipPlane));
5831 SET_by_offset(disp, _gloffset_GetClipPlane, fn);
[all...]

Completed in 137 milliseconds