• Home
  • Raw
  • Download

Lines Matching defs:blue

46 bool ValidateClearAccum(const Context *, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)  in ValidateClearAccum()
66 bool ValidateColor3b(const Context *, GLbyte red, GLbyte green, GLbyte blue) in ValidateColor3b()
76 bool ValidateColor3d(const Context *, GLdouble red, GLdouble green, GLdouble blue) in ValidateColor3d()
86 bool ValidateColor3f(const Context *, GLfloat red, GLfloat green, GLfloat blue) in ValidateColor3f()
96 bool ValidateColor3i(const Context *, GLint red, GLint green, GLint blue) in ValidateColor3i()
106 bool ValidateColor3s(const Context *, GLshort red, GLshort green, GLshort blue) in ValidateColor3s()
116 bool ValidateColor3ub(const Context *, GLubyte red, GLubyte green, GLubyte blue) in ValidateColor3ub()
126 bool ValidateColor3ui(const Context *, GLuint red, GLuint green, GLuint blue) in ValidateColor3ui()
136 bool ValidateColor3us(const Context *, GLushort red, GLushort green, GLushort blue) in ValidateColor3us()
146 bool ValidateColor4b(const Context *, GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) in ValidateColor4b()
156 bool ValidateColor4d(const Context *, GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) in ValidateColor4d()
171 bool ValidateColor4i(const Context *, GLint red, GLint green, GLint blue, GLint alpha) in ValidateColor4i()
181 bool ValidateColor4s(const Context *, GLshort red, GLshort green, GLshort blue, GLshort alpha) in ValidateColor4s()
196 bool ValidateColor4ui(const Context *, GLuint red, GLuint green, GLuint blue, GLuint alpha) in ValidateColor4ui()
206 bool ValidateColor4us(const Context *, GLushort red, GLushort green, GLushort blue, GLushort alpha) in ValidateColor4us()