Searched refs:__indirect_glClearColor (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 84 void __indirect_glClearColor(void) { } function in typeref:typename:void 771 EXPECT_EQ((_glapi_proc) __indirect_glClearColor, table[_gloffset_ClearColor]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 88 table[206] = (_glapi_proc) __indirect_glClearColor;
|
| H A D | indirect.h | 274 extern _X_HIDDEN void __indirect_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
| H A D | indirect.c | 2648 void __indirect_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 88 table[206] = (_glapi_proc) __indirect_glClearColor;
|
| H A D | indirect.h | 274 extern _X_HIDDEN void __indirect_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
| H A D | indirect.c | 2648 void __indirect_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 86 void __indirect_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { } function in typeref:typename:void 773 EXPECT_EQ((_glapi_proc) __indirect_glClearColor, table[_gloffset_ClearColor]);
|
Completed in 53 milliseconds