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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1351 { "glVertex4f", 10, _gloffset_Vertex4f },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1620 { "glVertex4f", 10, _gloffset_Vertex4f },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h176 #define _gloffset_Vertex4f 144 macro
H A Dglprocs.h1352 NAME_FUNC_OFFSET( 1719, glVertex4f, glVertex4f, NULL, _gloffset_Vertex4f),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1061 EXPECT_EQ((_glapi_proc) __indirect_glVertex4f, table[_gloffset_Vertex4f]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1633 if (_gloffset_Vertex4f >= 0)
1634 ((_glapi_proc *)(table))[_gloffset_Vertex4f] = (_glapi_proc)_mesa_marshal_Vertex4f;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1063 EXPECT_EQ((_glapi_proc) __indirect_glVertex4f, table[_gloffset_Vertex4f]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h206 #define _gloffset_Vertex4f 144 macro
4089 return (_glptr_Vertex4f) (GET_by_offset(disp, _gloffset_Vertex4f));
4093 SET_by_offset(disp, _gloffset_Vertex4f, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h209 #define _gloffset_Vertex4f 144 macro
4562 return (_glptr_Vertex4f) (GET_by_offset(disp, _gloffset_Vertex4f));
4566 SET_by_offset(disp, _gloffset_Vertex4f, fn);
[all...]

Completed in 195 milliseconds