Searched refs:__indirect_glColor3f (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 93 void __indirect_glColor3f(void) { } function in typeref:typename:void 780 EXPECT_EQ((_glapi_proc) __indirect_glColor3f, table[_gloffset_Color3f]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 97 table[13] = (_glapi_proc) __indirect_glColor3f;
|
| H A D | indirect.h | 81 extern _X_HIDDEN void __indirect_glColor3f(GLfloat red, GLfloat green, GLfloat blue);
|
| H A D | indirect.c | 544 void __indirect_glColor3f(GLfloat red, GLfloat green, GLfloat blue) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 97 table[13] = (_glapi_proc) __indirect_glColor3f;
|
| H A D | indirect.h | 81 extern _X_HIDDEN void __indirect_glColor3f(GLfloat red, GLfloat green, GLfloat blue);
|
| H A D | indirect.c | 544 void __indirect_glColor3f(GLfloat red, GLfloat green, GLfloat blue) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 95 void __indirect_glColor3f(GLfloat red, GLfloat green, GLfloat blue) { } function in typeref:typename:void 782 EXPECT_EQ((_glapi_proc) __indirect_glColor3f, table[_gloffset_Color3f]);
|
Completed in 50 milliseconds