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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp289 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 Dindirect_init.c293 table[88] = (_glapi_proc) __indirect_glRectf;
H A Dindirect.h156 extern _X_HIDDEN void __indirect_glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2);
H A Dindirect.c1272 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 Dindirect_init.c293 table[88] = (_glapi_proc) __indirect_glRectf;
H A Dindirect.h156 extern _X_HIDDEN void __indirect_glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2);
H A Dindirect.c1272 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 Dindirect_api.cpp291 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