Searched refs:__indirect_glRectf (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 289 void __indirect_glRectf(void) { } function in typeref:typename:void 976 EXPECT_EQ((_glapi_proc) __indirect_glRectf, table[_gloffset_Rectf]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 293 table[88] = (_glapi_proc) __indirect_glRectf;
|
| H A D | indirect.h | 156 extern _X_HIDDEN void __indirect_glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2);
|
| H A D | indirect.c | 1272 void __indirect_glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 293 table[88] = (_glapi_proc) __indirect_glRectf;
|
| H A D | indirect.h | 156 extern _X_HIDDEN void __indirect_glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2);
|
| H A D | indirect.c | 1272 void __indirect_glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 291 void __indirect_glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) { } function in typeref:typename:void 978 EXPECT_EQ((_glapi_proc) __indirect_glRectf, table[_gloffset_Rectf]);
|
Completed in 52 milliseconds