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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1243 { "glColor4ubv", 10, _gloffset_Color4ubv },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1512 { "glColor4ubv", 10, _gloffset_Color4ubv },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h68 #define _gloffset_Color4ubv 36 macro
H A Dglprocs.h1244 NAME_FUNC_OFFSET( 386, glColor4ubv, glColor4ubv, NULL, _gloffset_Color4ubv),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp803 EXPECT_EQ((_glapi_proc) __indirect_glColor4ubv, table[_gloffset_Color4ubv]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1417 if (_gloffset_Color4ubv >= 0)
1418 ((_glapi_proc *)(table))[_gloffset_Color4ubv] = (_glapi_proc)_mesa_marshal_Color4ubv;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp805 EXPECT_EQ((_glapi_proc) __indirect_glColor4ubv, table[_gloffset_Color4ubv]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h98 #define _gloffset_Color4ubv 36 macro
2901 return (_glptr_Color4ubv) (GET_by_offset(disp, _gloffset_Color4ubv));
2905 SET_by_offset(disp, _gloffset_Color4ubv, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h101 #define _gloffset_Color4ubv 36 macro
3374 return (_glptr_Color4ubv) (GET_by_offset(disp, _gloffset_Color4ubv));
3378 SET_by_offset(disp, _gloffset_Color4ubv, fn);
[all...]

Completed in 202 milliseconds