Searched refs:__indirect_glRasterPos3f (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 271 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 D | indirect_init.c | 275 table[72] = (_glapi_proc) __indirect_glRasterPos3f;
|
| H A D | indirect.h | 140 extern _X_HIDDEN void __indirect_glRasterPos3f(GLfloat x, GLfloat y, GLfloat z);
|
| H A D | indirect.c | 1109 void __indirect_glRasterPos3f(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 275 table[72] = (_glapi_proc) __indirect_glRasterPos3f;
|
| H A D | indirect.h | 140 extern _X_HIDDEN void __indirect_glRasterPos3f(GLfloat x, GLfloat y, GLfloat z);
|
| H A D | indirect.c | 1109 void __indirect_glRasterPos3f(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 273 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