Searched refs:__indirect_glNormal3b (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 232 void __indirect_glNormal3b(void) { } function in typeref:typename:void 919 EXPECT_EQ((_glapi_proc) __indirect_glNormal3b, table[_gloffset_Normal3b]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 236 table[52] = (_glapi_proc) __indirect_glNormal3b;
|
| H A D | indirect.h | 120 extern _X_HIDDEN void __indirect_glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz);
|
| H A D | indirect.c | 923 void __indirect_glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 236 table[52] = (_glapi_proc) __indirect_glNormal3b;
|
| H A D | indirect.h | 120 extern _X_HIDDEN void __indirect_glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz);
|
| H A D | indirect.c | 923 void __indirect_glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 234 void __indirect_glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz) { } function in typeref:typename:void 921 EXPECT_EQ((_glapi_proc) __indirect_glNormal3b, table[_gloffset_Normal3b]);
|
Completed in 166 milliseconds