Searched refs:__indirect_glRotated (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 296 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 D | indirect_init.c | 300 table[299] = (_glapi_proc) __indirect_glRotated;
|
| H A D | indirect.h | 367 extern _X_HIDDEN void __indirect_glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
|
| H A D | indirect.c | 4093 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 D | indirect_init.c | 300 table[299] = (_glapi_proc) __indirect_glRotated;
|
| H A D | indirect.h | 367 extern _X_HIDDEN void __indirect_glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
|
| H A D | indirect.c | 4093 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 D | indirect_api.cpp | 298 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