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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1477 { "glIndexub", 10, _gloffset_Indexub },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1746 { "glIndexub", 10, _gloffset_Indexub },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h347 #define _gloffset_Indexub 315 macro
H A Dglprocs.h1523 NAME_FUNC_OFFSET( 3914, glIndexub, glIndexub, NULL, _gloffset_Indexub),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1089 EXPECT_EQ((_glapi_proc) __indirect_glIndexub, table[_gloffset_Indexub]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c2009 if (_gloffset_Indexub >= 0)
2010 ((_glapi_proc *)(table))[_gloffset_Indexub] = (_glapi_proc)_mesa_marshal_Indexub;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1091 EXPECT_EQ((_glapi_proc) __indirect_glIndexub, table[_gloffset_Indexub]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h377 #define _gloffset_Indexub 315 macro
5970 return (_glptr_Indexub) (GET_by_offset(disp, _gloffset_Indexub));
5974 SET_by_offset(disp, _gloffset_Indexub, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h380 #define _gloffset_Indexub 315 macro
6443 return (_glptr_Indexub) (GET_by_offset(disp, _gloffset_Indexub));
6447 SET_by_offset(disp, _gloffset_Indexub, fn);
[all...]

Completed in 188 milliseconds