Searched refs:_gloffset_DepthFunc (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1771 { "glDepthFunc", 11, _gloffset_DepthFunc }, 1995 { "glDepthFunc", 20, _gloffset_DepthFunc },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 2045 { "glDepthFunc", 11, _gloffset_DepthFunc }, 2269 { "glDepthFunc", 20, _gloffset_DepthFunc },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapioffsets.h | 277 #define _gloffset_DepthFunc 245 macro
|
| H A D | glprocs.h | 1453 NAME_FUNC_OFFSET( 2927, glDepthFunc, glDepthFunc, NULL, _gloffset_DepthFunc),
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 813 EXPECT_EQ((_glapi_proc) __indirect_glDepthFunc, table[_gloffset_DepthFunc]);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated0.c | 1835 if (_gloffset_DepthFunc >= 0) 1836 ((_glapi_proc *)(table))[_gloffset_DepthFunc] = (_glapi_proc)_mesa_marshal_DepthFunc;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 815 EXPECT_EQ((_glapi_proc) __indirect_glDepthFunc, table[_gloffset_DepthFunc]);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 307 #define _gloffset_DepthFunc 245 macro 5200 return (_glptr_DepthFunc) (GET_by_offset(disp, _gloffset_DepthFunc)); 5204 SET_by_offset(disp, _gloffset_DepthFunc, fn);
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 310 #define _gloffset_DepthFunc 245 macro 5673 return (_glptr_DepthFunc) (GET_by_offset(disp, _gloffset_DepthFunc)); 5677 SET_by_offset(disp, _gloffset_DepthFunc, fn); [all...] |
Completed in 136 milliseconds