Searched refs:__indirect_glRasterPos3s (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 275 void __indirect_glRasterPos3s(void) { } function in typeref:typename:void 962 EXPECT_EQ((_glapi_proc) __indirect_glRasterPos3s, table[_gloffset_RasterPos3s]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 279 table[76] = (_glapi_proc) __indirect_glRasterPos3s;
|
| H A D | indirect.h | 144 extern _X_HIDDEN void __indirect_glRasterPos3s(GLshort x, GLshort y, GLshort z);
|
| H A D | indirect.c | 1147 void __indirect_glRasterPos3s(GLshort x, GLshort y, GLshort z) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 279 table[76] = (_glapi_proc) __indirect_glRasterPos3s;
|
| H A D | indirect.h | 144 extern _X_HIDDEN void __indirect_glRasterPos3s(GLshort x, GLshort y, GLshort z);
|
| H A D | indirect.c | 1147 void __indirect_glRasterPos3s(GLshort x, GLshort y, GLshort z) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 277 void __indirect_glRasterPos3s(GLshort x, GLshort y, GLshort z) { } function in typeref:typename:void 964 EXPECT_EQ((_glapi_proc) __indirect_glRasterPos3s, table[_gloffset_RasterPos3s]);
|
Completed in 81 milliseconds