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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1459 { "glRotated", 10, _gloffset_Rotated },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1728 { "glRotated", 10, _gloffset_Rotated },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h331 #define _gloffset_Rotated 299 macro
H A Dglprocs.h1507 NAME_FUNC_OFFSET( 3693, glRotated, glRotated, NULL, _gloffset_Rotated),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp983 EXPECT_EQ((_glapi_proc) __indirect_glRotated, table[_gloffset_Rotated]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1943 if (_gloffset_Rotated >= 0)
1944 ((_glapi_proc *)(table))[_gloffset_Rotated] = (_glapi_proc)_mesa_marshal_Rotated;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp985 EXPECT_EQ((_glapi_proc) __indirect_glRotated, table[_gloffset_Rotated]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h361 #define _gloffset_Rotated 299 macro
5794 return (_glptr_Rotated) (GET_by_offset(disp, _gloffset_Rotated));
5798 SET_by_offset(disp, _gloffset_Rotated, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h364 #define _gloffset_Rotated 299 macro
6267 return (_glptr_Rotated) (GET_by_offset(disp, _gloffset_Rotated));
6271 SET_by_offset(disp, _gloffset_Rotated, fn);
[all...]

Completed in 230 milliseconds