Searched refs:__indirect_glColor4d (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 107 void __indirect_glColor4d(void) { } function in typeref:typename:void 794 EXPECT_EQ((_glapi_proc) __indirect_glColor4d, table[_gloffset_Color4d]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 111 table[27] = (_glapi_proc) __indirect_glColor4d;
|
| H A D | indirect.h | 95 extern _X_HIDDEN void __indirect_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
|
| H A D | indirect.c | 678 void __indirect_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 111 table[27] = (_glapi_proc) __indirect_glColor4d;
|
| H A D | indirect.h | 95 extern _X_HIDDEN void __indirect_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
|
| H A D | indirect.c | 678 void __indirect_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 109 void __indirect_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) { } function in typeref:typename:void 796 EXPECT_EQ((_glapi_proc) __indirect_glColor4d, table[_gloffset_Color4d]);
|
Completed in 52 milliseconds