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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1352 { "glVertex4fv", 10, _gloffset_Vertex4fv },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1621 { "glVertex4fv", 10, _gloffset_Vertex4fv },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h177 #define _gloffset_Vertex4fv 145 macro
H A Dglprocs.h1353 NAME_FUNC_OFFSET( 1730, glVertex4fv, glVertex4fv, NULL, _gloffset_Vertex4fv),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1062 EXPECT_EQ((_glapi_proc) __indirect_glVertex4fv, table[_gloffset_Vertex4fv]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1635 if (_gloffset_Vertex4fv >= 0)
1636 ((_glapi_proc *)(table))[_gloffset_Vertex4fv] = (_glapi_proc)_mesa_marshal_Vertex4fv;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1064 EXPECT_EQ((_glapi_proc) __indirect_glVertex4fv, table[_gloffset_Vertex4fv]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h207 #define _gloffset_Vertex4fv 145 macro
4100 return (_glptr_Vertex4fv) (GET_by_offset(disp, _gloffset_Vertex4fv));
4104 SET_by_offset(disp, _gloffset_Vertex4fv, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h210 #define _gloffset_Vertex4fv 145 macro
4573 return (_glptr_Vertex4fv) (GET_by_offset(disp, _gloffset_Vertex4fv));
4577 SET_by_offset(disp, _gloffset_Vertex4fv, fn);
[all...]

Completed in 133 milliseconds