Lines Matching refs:green

43     void      (APIENTRY *glColor3b                )( GLbyte red, GLbyte green, GLbyte blue );
45 void (APIENTRY *glColor3d )( GLdouble red, GLdouble green, GLdouble blue );
47 void (APIENTRY *glColor3f )( GLfloat red, GLfloat green, GLfloat blue );
49 void (APIENTRY *glColor3i )( GLint red, GLint green, GLint blue );
51 void (APIENTRY *glColor3s )( GLshort red, GLshort green, GLshort blue );
53 void (APIENTRY *glColor3ub )( GLubyte red, GLubyte green, GLubyte blue );
55 void (APIENTRY *glColor3ui )( GLuint red, GLuint green, GLuint blue );
57 void (APIENTRY *glColor3us )( GLushort red, GLushort green, GLushort blue );
59 void (APIENTRY *glColor4b )( GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha );
61 void (APIENTRY *glColor4d )( GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha );
63 void (APIENTRY *glColor4f )( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
65 void (APIENTRY *glColor4i )( GLint red, GLint green, GLint blue, GLint alpha );
67 void (APIENTRY *glColor4s )( GLshort red, GLshort green, GLshort blue, GLshort alpha );
69 void (APIENTRY *glColor4ub )( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha );
71 void (APIENTRY *glColor4ui )( GLuint red, GLuint green, GLuint blue, GLuint alpha );
73 void (APIENTRY *glColor4us )( GLushort red, GLushort green, GLushort blue, GLushort alpha );
238 void (APIENTRY *glClearAccum )( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
240 void (APIENTRY *glClearColor )( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
244 void (APIENTRY *glColorMask )( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );