Searched refs:__indirect_glSecondaryColor3ub (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 583 void __indirect_glSecondaryColor3ub(void) { } function in typeref:typename:void 1352 EXPECT_EQ((_glapi_proc) __indirect_glSecondaryColor3ub, table[_glapi_get_proc_offset("glSecondaryColor3ubEXT")]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 580 table[o] = (_glapi_proc) __indirect_glSecondaryColor3ub;
|
| H A D | indirect.h | 523 extern _X_HIDDEN void __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue);
|
| H A D | indirect.c | 6422 void __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 580 table[o] = (_glapi_proc) __indirect_glSecondaryColor3ub;
|
| H A D | indirect.h | 523 extern _X_HIDDEN void __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue);
|
| H A D | indirect.c | 6392 void __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 585 void __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) { } function in typeref:typename:void 1354 EXPECT_EQ((_glapi_proc) __indirect_glSecondaryColor3ub, table[_glapi_get_proc_offset("glSecondaryColor3ubEXT")]);
|
Completed in 52 milliseconds