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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp296 void __indirect_glRotated(void) { } function in typeref:typename:void
983 EXPECT_EQ((_glapi_proc) __indirect_glRotated, table[_gloffset_Rotated]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c300 table[299] = (_glapi_proc) __indirect_glRotated;
H A Dindirect.h367 extern _X_HIDDEN void __indirect_glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
H A Dindirect.c4093 void __indirect_glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c300 table[299] = (_glapi_proc) __indirect_glRotated;
H A Dindirect.h367 extern _X_HIDDEN void __indirect_glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
H A Dindirect.c4093 void __indirect_glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp298 void __indirect_glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z) { } function in typeref:typename:void
985 EXPECT_EQ((_glapi_proc) __indirect_glRotated, table[_gloffset_Rotated]);

Completed in 51 milliseconds