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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1506 { "glGetMinmax", 10, _gloffset_GetMinmax },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1775 { "glGetMinmax", 10, _gloffset_GetMinmax },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h396 #define _gloffset_GetMinmax 364 macro
H A Dglprocs.h1572 NAME_FUNC_OFFSET( 4878, glGetMinmax, glGetMinmax, NULL, _gloffset_GetMinmax),
2025 NAME_FUNC_OFFSET(14625, glGetMinmax, gl_dispatch_stub_364, gl_dispatch_stub_364, _gloffset_GetMinmax),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1133 EXPECT_EQ((_glapi_proc) __indirect_glGetMinmax, table[_gloffset_GetMinmax]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c2073 if (_gloffset_GetMinmax >= 0)
2074 ((_glapi_proc *)(table))[_gloffset_GetMinmax] = (_glapi_proc)_mesa_marshal_GetMinmax;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1135 EXPECT_EQ((_glapi_proc) __indirect_glGetMinmax, table[_gloffset_GetMinmax]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h426 #define _gloffset_GetMinmax 364 macro
6509 return (_glptr_GetMinmax) (GET_by_offset(disp, _gloffset_GetMinmax));
6513 SET_by_offset(disp, _gloffset_GetMinmax, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h429 #define _gloffset_GetMinmax 364 macro
6982 return (_glptr_GetMinmax) (GET_by_offset(disp, _gloffset_GetMinmax));
6986 SET_by_offset(disp, _gloffset_GetMinmax, fn);
[all...]

Completed in 134 milliseconds