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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1481 { "glColorTable", 10, _gloffset_ColorTable },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1750 { "glColorTable", 10, _gloffset_ColorTable },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h371 #define _gloffset_ColorTable 339 macro
H A Dglprocs.h1547 NAME_FUNC_OFFSET( 4313, glColorTable, glColorTable, NULL, _gloffset_ColorTable),
1996 NAME_FUNC_OFFSET(13890, glColorTable, glColorTable, NULL, _gloffset_ColorTable),
1997 NAME_FUNC_OFFSET(13906, glColorTable, glColorTable, NULL, _gloffset_ColorTable),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1109 EXPECT_EQ((_glapi_proc) __indirect_glColorTable, table[_gloffset_ColorTable]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c2023 if (_gloffset_ColorTable >= 0)
2024 ((_glapi_proc *)(table))[_gloffset_ColorTable] = (_glapi_proc)_mesa_marshal_ColorTable;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1111 EXPECT_EQ((_glapi_proc) __indirect_glColorTable, table[_gloffset_ColorTable]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h401 #define _gloffset_ColorTable 339 macro
6234 return (_glptr_ColorTable) (GET_by_offset(disp, _gloffset_ColorTable));
6238 SET_by_offset(disp, _gloffset_ColorTable, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h404 #define _gloffset_ColorTable 339 macro
6707 return (_glptr_ColorTable) (GET_by_offset(disp, _gloffset_ColorTable));
6711 SET_by_offset(disp, _gloffset_ColorTable, fn);
[all...]

Completed in 153 milliseconds