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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1460 { "glRotatef", 10, _gloffset_Rotatef },
1889 { "glRotatef", 11, _gloffset_Rotatef },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1729 { "glRotatef", 10, _gloffset_Rotatef },
2163 { "glRotatef", 11, _gloffset_Rotatef },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h332 #define _gloffset_Rotatef 300 macro
H A Dglprocs.h1508 NAME_FUNC_OFFSET( 3703, glRotatef, glRotatef, NULL, _gloffset_Rotatef),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp984 EXPECT_EQ((_glapi_proc) __indirect_glRotatef, table[_gloffset_Rotatef]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1945 if (_gloffset_Rotatef >= 0)
1946 ((_glapi_proc *)(table))[_gloffset_Rotatef] = (_glapi_proc)_mesa_marshal_Rotatef;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp986 EXPECT_EQ((_glapi_proc) __indirect_glRotatef, table[_gloffset_Rotatef]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h362 #define _gloffset_Rotatef 300 macro
5805 return (_glptr_Rotatef) (GET_by_offset(disp, _gloffset_Rotatef));
5809 SET_by_offset(disp, _gloffset_Rotatef, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h365 #define _gloffset_Rotatef 300 macro
6278 return (_glptr_Rotatef) (GET_by_offset(disp, _gloffset_Rotatef));
6282 SET_by_offset(disp, _gloffset_Rotatef, fn);
[all...]

Completed in 185 milliseconds