Searched refs:__indirect_glSecondaryColor3b (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 573 void __indirect_glSecondaryColor3b(void) { } function in typeref:typename:void 1342 EXPECT_EQ((_glapi_proc) __indirect_glSecondaryColor3b, table[_glapi_get_proc_offset("glSecondaryColor3bEXT")]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 556 table[o] = (_glapi_proc) __indirect_glSecondaryColor3b;
|
| H A D | indirect.h | 515 extern _X_HIDDEN void __indirect_glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue);
|
| H A D | indirect.c | 6346 void __indirect_glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 556 table[o] = (_glapi_proc) __indirect_glSecondaryColor3b;
|
| H A D | indirect.h | 515 extern _X_HIDDEN void __indirect_glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue);
|
| H A D | indirect.c | 6316 void __indirect_glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 575 void __indirect_glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) { } function in typeref:typename:void 1344 EXPECT_EQ((_glapi_proc) __indirect_glSecondaryColor3b, table[_glapi_get_proc_offset("glSecondaryColor3bEXT")]);
|
Completed in 52 milliseconds