Searched refs:_gloffset_GetClipPlane (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1431 { "glGetClipPlane", 10, _gloffset_GetClipPlane },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1700 { "glGetClipPlane", 10, _gloffset_GetClipPlane },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapioffsets.h | 291 #define _gloffset_GetClipPlane 259 macro
|
| H A D | glprocs.h | 1467 NAME_FUNC_OFFSET( 3120, glGetClipPlane, glGetClipPlane, NULL, _gloffset_GetClipPlane),
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 847 EXPECT_EQ((_glapi_proc) __indirect_glGetClipPlane, table[_gloffset_GetClipPlane]);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated0.c | 1863 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 D | indirect_api.cpp | 849 EXPECT_EQ((_glapi_proc) __indirect_glGetClipPlane, table[_gloffset_GetClipPlane]);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 321 #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 D | dispatch.h | 324 #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