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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1333 { "glVertex2d", 10, _gloffset_Vertex2d },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1602 { "glVertex2d", 10, _gloffset_Vertex2d },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h158 #define _gloffset_Vertex2d 126 macro
H A Dglprocs.h1334 NAME_FUNC_OFFSET( 1512, glVertex2d, glVertex2d, NULL, _gloffset_Vertex2d),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1043 EXPECT_EQ((_glapi_proc) __indirect_glVertex2d, table[_gloffset_Vertex2d]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1597 if (_gloffset_Vertex2d >= 0)
1598 ((_glapi_proc *)(table))[_gloffset_Vertex2d] = (_glapi_proc)_mesa_marshal_Vertex2d;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1045 EXPECT_EQ((_glapi_proc) __indirect_glVertex2d, table[_gloffset_Vertex2d]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h188 #define _gloffset_Vertex2d 126 macro
3891 return (_glptr_Vertex2d) (GET_by_offset(disp, _gloffset_Vertex2d));
3895 SET_by_offset(disp, _gloffset_Vertex2d, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h191 #define _gloffset_Vertex2d 126 macro
4364 return (_glptr_Vertex2d) (GET_by_offset(disp, _gloffset_Vertex2d));
4368 SET_by_offset(disp, _gloffset_Vertex2d, fn);
[all...]

Completed in 139 milliseconds