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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1485 { "glGetColorTable", 10, _gloffset_GetColorTable },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1754 { "glGetColorTable", 10, _gloffset_GetColorTable },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h375 #define _gloffset_GetColorTable 343 macro
H A Dglprocs.h1551 NAME_FUNC_OFFSET( 4391, glGetColorTable, glGetColorTable, NULL, _gloffset_GetColorTable),
2001 NAME_FUNC_OFFSET(13996, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, _gloffset_GetColorTable),
2002 NAME_FUNC_OFFSET(14015, glGetColorTable, glGetColorTableEXT, glGetColorTableEXT, _gloffset_GetColorTable),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1124 EXPECT_EQ((_glapi_proc) __indirect_glGetColorTable, table[_gloffset_GetColorTable]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c2031 if (_gloffset_GetColorTable >= 0)
2032 ((_glapi_proc *)(table))[_gloffset_GetColorTable] = (_glapi_proc)_mesa_marshal_GetColorTable;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1126 EXPECT_EQ((_glapi_proc) __indirect_glGetColorTable, table[_gloffset_GetColorTable]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h405 #define _gloffset_GetColorTable 343 macro
6278 return (_glptr_GetColorTable) (GET_by_offset(disp, _gloffset_GetColorTable));
6282 SET_by_offset(disp, _gloffset_GetColorTable, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h408 #define _gloffset_GetColorTable 343 macro
6751 return (_glptr_GetColorTable) (GET_by_offset(disp, _gloffset_GetColorTable));
6755 SET_by_offset(disp, _gloffset_GetColorTable, fn);
[all...]

Completed in 218 milliseconds