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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1484 { "glCopyColorTable", 10, _gloffset_CopyColorTable },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1753 { "glCopyColorTable", 10, _gloffset_CopyColorTable },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h374 #define _gloffset_CopyColorTable 342 macro
H A Dglprocs.h1550 NAME_FUNC_OFFSET( 4374, glCopyColorTable, glCopyColorTable, NULL, _gloffset_CopyColorTable),
2000 NAME_FUNC_OFFSET(13976, glCopyColorTable, glCopyColorTable, NULL, _gloffset_CopyColorTable),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1119 EXPECT_EQ((_glapi_proc) __indirect_glCopyColorTable, table[_gloffset_CopyColorTable]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c2029 if (_gloffset_CopyColorTable >= 0)
2030 ((_glapi_proc *)(table))[_gloffset_CopyColorTable] = (_glapi_proc)_mesa_marshal_CopyColorTable;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1121 EXPECT_EQ((_glapi_proc) __indirect_glCopyColorTable, table[_gloffset_CopyColorTable]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h404 #define _gloffset_CopyColorTable 342 macro
6267 return (_glptr_CopyColorTable) (GET_by_offset(disp, _gloffset_CopyColorTable));
6271 SET_by_offset(disp, _gloffset_CopyColorTable, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h407 #define _gloffset_CopyColorTable 342 macro
6740 return (_glptr_CopyColorTable) (GET_by_offset(disp, _gloffset_CopyColorTable));
6744 SET_by_offset(disp, _gloffset_CopyColorTable, fn);
[all...]

Completed in 172 milliseconds