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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1397 { "glClearIndex", 10, _gloffset_ClearIndex },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1666 { "glClearIndex", 10, _gloffset_ClearIndex },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h237 #define _gloffset_ClearIndex 205 macro
H A Dglprocs.h1413 NAME_FUNC_OFFSET( 2448, glClearIndex, glClearIndex, NULL, _gloffset_ClearIndex),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp773 EXPECT_EQ((_glapi_proc) __indirect_glClearIndex, table[_gloffset_ClearIndex]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1755 if (_gloffset_ClearIndex >= 0)
1756 ((_glapi_proc *)(table))[_gloffset_ClearIndex] = (_glapi_proc)_mesa_marshal_ClearIndex;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp775 EXPECT_EQ((_glapi_proc) __indirect_glClearIndex, table[_gloffset_ClearIndex]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h267 #define _gloffset_ClearIndex 205 macro
4760 return (_glptr_ClearIndex) (GET_by_offset(disp, _gloffset_ClearIndex));
4764 SET_by_offset(disp, _gloffset_ClearIndex, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h270 #define _gloffset_ClearIndex 205 macro
5233 return (_glptr_ClearIndex) (GET_by_offset(disp, _gloffset_ClearIndex));
5237 SET_by_offset(disp, _gloffset_ClearIndex, fn);
[all...]

Completed in 127 milliseconds