Searched refs:__indirect_glSecondaryColor3d (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 575 void __indirect_glSecondaryColor3d(void) { } function in typeref:typename:void 1344 EXPECT_EQ((_glapi_proc) __indirect_glSecondaryColor3d, table[_glapi_get_proc_offset("glSecondaryColor3dEXT")]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 562 table[o] = (_glapi_proc) __indirect_glSecondaryColor3d;
|
| H A D | indirect.h | 517 extern _X_HIDDEN void __indirect_glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue);
|
| H A D | indirect.c | 6365 void __indirect_glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 562 table[o] = (_glapi_proc) __indirect_glSecondaryColor3d;
|
| H A D | indirect.h | 517 extern _X_HIDDEN void __indirect_glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue);
|
| H A D | indirect.c | 6335 void __indirect_glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 577 void __indirect_glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue) { } function in typeref:typename:void 1346 EXPECT_EQ((_glapi_proc) __indirect_glSecondaryColor3d, table[_glapi_get_proc_offset("glSecondaryColor3dEXT")]);
|
Completed in 50 milliseconds