Searched refs:__indirect_glRotatef (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp297 void __indirect_glRotatef(void) { } function in typeref:typename:void
984 EXPECT_EQ((_glapi_proc) __indirect_glRotatef, table[_gloffset_Rotatef]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c301 table[300] = (_glapi_proc) __indirect_glRotatef;
H A Dindirect.h368 extern _X_HIDDEN void __indirect_glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
H A Dindirect.c4107 void __indirect_glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c301 table[300] = (_glapi_proc) __indirect_glRotatef;
H A Dindirect.h368 extern _X_HIDDEN void __indirect_glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
H A Dindirect.c4107 void __indirect_glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp299 void __indirect_glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) { } function in typeref:typename:void
986 EXPECT_EQ((_glapi_proc) __indirect_glRotatef, table[_gloffset_Rotatef]);

Completed in 55 milliseconds