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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1336 { "glVertex2fv", 10, _gloffset_Vertex2fv },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1605 { "glVertex2fv", 10, _gloffset_Vertex2fv },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h161 #define _gloffset_Vertex2fv 129 macro
H A Dglprocs.h1337 NAME_FUNC_OFFSET( 1546, glVertex2fv, glVertex2fv, NULL, _gloffset_Vertex2fv),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1046 EXPECT_EQ((_glapi_proc) __indirect_glVertex2fv, table[_gloffset_Vertex2fv]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1603 if (_gloffset_Vertex2fv >= 0)
1604 ((_glapi_proc *)(table))[_gloffset_Vertex2fv] = (_glapi_proc)_mesa_marshal_Vertex2fv;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1048 EXPECT_EQ((_glapi_proc) __indirect_glVertex2fv, table[_gloffset_Vertex2fv]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h191 #define _gloffset_Vertex2fv 129 macro
3924 return (_glptr_Vertex2fv) (GET_by_offset(disp, _gloffset_Vertex2fv));
3928 SET_by_offset(disp, _gloffset_Vertex2fv, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h194 #define _gloffset_Vertex2fv 129 macro
4397 return (_glptr_Vertex2fv) (GET_by_offset(disp, _gloffset_Vertex2fv));
4401 SET_by_offset(disp, _gloffset_Vertex2fv, fn);
[all...]

Completed in 132 milliseconds