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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1242 { "glColor4ub", 10, _gloffset_Color4ub },
1758 { "glColor4ub", 11, _gloffset_Color4ub },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1511 { "glColor4ub", 10, _gloffset_Color4ub },
2032 { "glColor4ub", 11, _gloffset_Color4ub },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h67 #define _gloffset_Color4ub 35 macro
H A Dglprocs.h1243 NAME_FUNC_OFFSET( 375, glColor4ub, glColor4ub, NULL, _gloffset_Color4ub),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp802 EXPECT_EQ((_glapi_proc) __indirect_glColor4ub, table[_gloffset_Color4ub]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1415 if (_gloffset_Color4ub >= 0)
1416 ((_glapi_proc *)(table))[_gloffset_Color4ub] = (_glapi_proc)_mesa_marshal_Color4ub;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp804 EXPECT_EQ((_glapi_proc) __indirect_glColor4ub, table[_gloffset_Color4ub]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h97 #define _gloffset_Color4ub 35 macro
2890 return (_glptr_Color4ub) (GET_by_offset(disp, _gloffset_Color4ub));
2894 SET_by_offset(disp, _gloffset_Color4ub, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h100 #define _gloffset_Color4ub 35 macro
3363 return (_glptr_Color4ub) (GET_by_offset(disp, _gloffset_Color4ub));
3367 SET_by_offset(disp, _gloffset_Color4ub, fn);
[all...]

Completed in 175 milliseconds