Searched refs:_gloffset_GetBooleanv (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1809 { "glGetBooleanv", 11, _gloffset_GetBooleanv }, 2026 { "glGetBooleanv", 20, _gloffset_GetBooleanv },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 2083 { "glGetBooleanv", 11, _gloffset_GetBooleanv }, 2301 { "glGetBooleanv", 20, _gloffset_GetBooleanv },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapioffsets.h | 290 #define _gloffset_GetBooleanv 258 macro
|
| H A D | glprocs.h | 1466 NAME_FUNC_OFFSET( 3106, glGetBooleanv, glGetBooleanv, NULL, _gloffset_GetBooleanv),
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 846 EXPECT_EQ((_glapi_proc) __indirect_glGetBooleanv, table[_gloffset_GetBooleanv]);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated0.c | 1861 if (_gloffset_GetBooleanv >= 0) 1862 ((_glapi_proc *)(table))[_gloffset_GetBooleanv] = (_glapi_proc)_mesa_marshal_GetBooleanv;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 848 EXPECT_EQ((_glapi_proc) __indirect_glGetBooleanv, table[_gloffset_GetBooleanv]);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 320 #define _gloffset_GetBooleanv 258 macro 5343 return (_glptr_GetBooleanv) (GET_by_offset(disp, _gloffset_GetBooleanv)); 5347 SET_by_offset(disp, _gloffset_GetBooleanv, fn);
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 323 #define _gloffset_GetBooleanv 258 macro 5816 return (_glptr_GetBooleanv) (GET_by_offset(disp, _gloffset_GetBooleanv)); 5820 SET_by_offset(disp, _gloffset_GetBooleanv, fn); [all...] |
Completed in 206 milliseconds