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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1349 { "glVertex4d", 10, _gloffset_Vertex4d },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1618 { "glVertex4d", 10, _gloffset_Vertex4d },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h174 #define _gloffset_Vertex4d 142 macro
H A Dglprocs.h1350 NAME_FUNC_OFFSET( 1696, glVertex4d, glVertex4d, NULL, _gloffset_Vertex4d),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1059 EXPECT_EQ((_glapi_proc) __indirect_glVertex4d, table[_gloffset_Vertex4d]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1629 if (_gloffset_Vertex4d >= 0)
1630 ((_glapi_proc *)(table))[_gloffset_Vertex4d] = (_glapi_proc)_mesa_marshal_Vertex4d;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1061 EXPECT_EQ((_glapi_proc) __indirect_glVertex4d, table[_gloffset_Vertex4d]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h204 #define _gloffset_Vertex4d 142 macro
4067 return (_glptr_Vertex4d) (GET_by_offset(disp, _gloffset_Vertex4d));
4071 SET_by_offset(disp, _gloffset_Vertex4d, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h207 #define _gloffset_Vertex4d 142 macro
4540 return (_glptr_Vertex4d) (GET_by_offset(disp, _gloffset_Vertex4d));
4544 SET_by_offset(disp, _gloffset_Vertex4d, fn);
[all...]

Completed in 133 milliseconds