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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1809 { "glGetBooleanv", 11, _gloffset_GetBooleanv },
2026 { "glGetBooleanv", 20, _gloffset_GetBooleanv },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp2083 { "glGetBooleanv", 11, _gloffset_GetBooleanv },
2301 { "glGetBooleanv", 20, _gloffset_GetBooleanv },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h290 #define _gloffset_GetBooleanv 258 macro
H A Dglprocs.h1466 NAME_FUNC_OFFSET( 3106, glGetBooleanv, glGetBooleanv, NULL, _gloffset_GetBooleanv),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp846 EXPECT_EQ((_glapi_proc) __indirect_glGetBooleanv, table[_gloffset_GetBooleanv]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1861 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 Dindirect_api.cpp848 EXPECT_EQ((_glapi_proc) __indirect_glGetBooleanv, table[_gloffset_GetBooleanv]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h320 #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 Ddispatch.h323 #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