Lines Matching defs:red
1722 save_BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
1729 n[1].f = red;
1735 CALL_BlendColor(ctx->Exec, (red, green, blue, alpha));
2161 save_ClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
2168 n[1].f = red;
2174 CALL_ClearAccum(ctx->Exec, (red, green, blue, alpha));
2180 save_ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
2187 n[1].f = red;
2193 CALL_ClearColor(ctx->Exec, (red, green, blue, alpha));
2268 save_ColorMask(GLboolean red, GLboolean green,
2276 n[1].b = red;
2282 CALL_ColorMask(ctx->Exec, (red, green, blue, alpha));
2288 save_ColorMaski(GLuint buf, GLboolean red, GLboolean green,
2297 n[2].b = red;
2303 /*CALL_ColorMaski(ctx->Exec, (buf, red, green, blue, alpha));*/
8861 save_ClearColorIiEXT(GLint red, GLint green, GLint blue, GLint alpha)
8868 n[1].i = red;
8874 CALL_ClearColorIiEXT(ctx->Exec, (red, green, blue, alpha));
8880 save_ClearColorIuiEXT(GLuint red, GLuint green, GLuint blue, GLuint alpha)
8887 n[1].ui = red;
8893 CALL_ClearColorIuiEXT(ctx->Exec, (red, green, blue, alpha));