Searched refs:__indirect_glColor3ub (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 99 void __indirect_glColor3ub(void) { } function in typeref:typename:void 786 EXPECT_EQ((_glapi_proc) __indirect_glColor3ub, table[_gloffset_Color3ub]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 103 table[19] = (_glapi_proc) __indirect_glColor3ub;
|
| H A D | indirect.h | 87 extern _X_HIDDEN void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue);
|
| H A D | indirect.c | 601 void __indirect_glColor3ub(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 | 103 table[19] = (_glapi_proc) __indirect_glColor3ub;
|
| H A D | indirect.h | 87 extern _X_HIDDEN void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue);
|
| H A D | indirect.c | 601 void __indirect_glColor3ub(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 | 101 void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue) { } function in typeref:typename:void 788 EXPECT_EQ((_glapi_proc) __indirect_glColor3ub, table[_gloffset_Color3ub]);
|
Completed in 50 milliseconds