Searched refs:__indirect_glNormal3s (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 240 void __indirect_glNormal3s(void) { } function in typeref:typename:void 927 EXPECT_EQ((_glapi_proc) __indirect_glNormal3s, table[_gloffset_Normal3s]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 244 table[60] = (_glapi_proc) __indirect_glNormal3s;
|
| H A D | indirect.h | 128 extern _X_HIDDEN void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz);
|
| H A D | indirect.c | 999 void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 244 table[60] = (_glapi_proc) __indirect_glNormal3s;
|
| H A D | indirect.h | 128 extern _X_HIDDEN void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz);
|
| H A D | indirect.c | 999 void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 242 void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz) { } function in typeref:typename:void 929 EXPECT_EQ((_glapi_proc) __indirect_glNormal3s, table[_gloffset_Normal3s]);
|
Completed in 51 milliseconds