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