Searched refs:__indirect_glVertex4s (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 378 void __indirect_glVertex4s(void) { } function in typeref:typename:void 1065 EXPECT_EQ((_glapi_proc) __indirect_glVertex4s, table[_gloffset_Vertex4s]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 382 table[148] = (_glapi_proc) __indirect_glVertex4s;
|
| H A D | indirect.h | 216 extern _X_HIDDEN void __indirect_glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w);
|
| H A D | indirect.c | 1859 void __indirect_glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 382 table[148] = (_glapi_proc) __indirect_glVertex4s;
|
| H A D | indirect.h | 216 extern _X_HIDDEN void __indirect_glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w);
|
| H A D | indirect.c | 1859 void __indirect_glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 380 void __indirect_glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w) { } function in typeref:typename:void 1067 EXPECT_EQ((_glapi_proc) __indirect_glVertex4s, table[_gloffset_Vertex4s]);
|
Completed in 53 milliseconds