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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp271 void __indirect_glRasterPos3f(void) { } function in typeref:typename:void
958 EXPECT_EQ((_glapi_proc) __indirect_glRasterPos3f, table[_gloffset_RasterPos3f]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c275 table[72] = (_glapi_proc) __indirect_glRasterPos3f;
H A Dindirect.h140 extern _X_HIDDEN void __indirect_glRasterPos3f(GLfloat x, GLfloat y, GLfloat z);
H A Dindirect.c1109 void __indirect_glRasterPos3f(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c275 table[72] = (_glapi_proc) __indirect_glRasterPos3f;
H A Dindirect.h140 extern _X_HIDDEN void __indirect_glRasterPos3f(GLfloat x, GLfloat y, GLfloat z);
H A Dindirect.c1109 void __indirect_glRasterPos3f(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp273 void __indirect_glRasterPos3f(GLfloat x, GLfloat y, GLfloat z) { } function in typeref:typename:void
960 EXPECT_EQ((_glapi_proc) __indirect_glRasterPos3f, table[_gloffset_RasterPos3f]);

Completed in 58 milliseconds