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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1220 { "glColor3f", 10, _gloffset_Color3f },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1489 { "glColor3f", 10, _gloffset_Color3f },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h45 #define _gloffset_Color3f 13 macro
H A Dglprocs.h1221 NAME_FUNC_OFFSET( 138, glColor3f, glColor3f, NULL, _gloffset_Color3f),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp780 EXPECT_EQ((_glapi_proc) __indirect_glColor3f, table[_gloffset_Color3f]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1371 if (_gloffset_Color3f >= 0)
1372 ((_glapi_proc *)(table))[_gloffset_Color3f] = (_glapi_proc)_mesa_marshal_Color3f;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp782 EXPECT_EQ((_glapi_proc) __indirect_glColor3f, table[_gloffset_Color3f]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h75 #define _gloffset_Color3f 13 macro
2648 return (_glptr_Color3f) (GET_by_offset(disp, _gloffset_Color3f));
2652 SET_by_offset(disp, _gloffset_Color3f, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h78 #define _gloffset_Color3f 13 macro
3121 return (_glptr_Color3f) (GET_by_offset(disp, _gloffset_Color3f));
3125 SET_by_offset(disp, _gloffset_Color3f, fn);
[all...]

Completed in 294 milliseconds