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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1341 { "glVertex3d", 10, _gloffset_Vertex3d },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1610 { "glVertex3d", 10, _gloffset_Vertex3d },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h166 #define _gloffset_Vertex3d 134 macro
H A Dglprocs.h1342 NAME_FUNC_OFFSET( 1604, glVertex3d, glVertex3d, NULL, _gloffset_Vertex3d),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1051 EXPECT_EQ((_glapi_proc) __indirect_glVertex3d, table[_gloffset_Vertex3d]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1613 if (_gloffset_Vertex3d >= 0)
1614 ((_glapi_proc *)(table))[_gloffset_Vertex3d] = (_glapi_proc)_mesa_marshal_Vertex3d;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1053 EXPECT_EQ((_glapi_proc) __indirect_glVertex3d, table[_gloffset_Vertex3d]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h196 #define _gloffset_Vertex3d 134 macro
3979 return (_glptr_Vertex3d) (GET_by_offset(disp, _gloffset_Vertex3d));
3983 SET_by_offset(disp, _gloffset_Vertex3d, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h199 #define _gloffset_Vertex3d 134 macro
4452 return (_glptr_Vertex3d) (GET_by_offset(disp, _gloffset_Vertex3d));
4456 SET_by_offset(disp, _gloffset_Vertex3d, fn);
[all...]

Completed in 180 milliseconds