Searched refs:__indirect_glClearColor (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp84 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 Dindirect_init.c88 table[206] = (_glapi_proc) __indirect_glClearColor;
H A Dindirect.h274 extern _X_HIDDEN void __indirect_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
H A Dindirect.c2648 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 Dindirect_init.c88 table[206] = (_glapi_proc) __indirect_glClearColor;
H A Dindirect.h274 extern _X_HIDDEN void __indirect_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
H A Dindirect.c2648 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 Dindirect_api.cpp86 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