Lines Matching defs:green
85 void __indirect_glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { }
86 void __indirect_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { }
91 void __indirect_glColor3b(GLbyte red, GLbyte green, GLbyte blue) { }
93 void __indirect_glColor3d(GLdouble red, GLdouble green, GLdouble blue) { }
95 void __indirect_glColor3f(GLfloat red, GLfloat green, GLfloat blue) { }
97 void __indirect_glColor3i(GLint red, GLint green, GLint blue) { }
99 void __indirect_glColor3s(GLshort red, GLshort green, GLshort blue) { }
101 void __indirect_glColor3ub(GLubyte red, GLubyte green, GLubyte blue) { }
103 void __indirect_glColor3ui(GLuint red, GLuint green, GLuint blue) { }
105 void __indirect_glColor3us(GLushort red, GLushort green, GLushort blue) { }
107 void __indirect_glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) { }
109 void __indirect_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) { }
111 void __indirect_glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { }
113 void __indirect_glColor4i(GLint red, GLint green, GLint blue, GLint alpha) { }
115 void __indirect_glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) { }
117 void __indirect_glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { }
119 void __indirect_glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha) { }
121 void __indirect_glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) { }
123 void __indirect_glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) { }
413 void __indirect_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { }
575 void __indirect_glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) { }
577 void __indirect_glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue) { }
579 void __indirect_glSecondaryColor3fEXT(GLfloat red, GLfloat green, GLfloat blue) { }
581 void __indirect_glSecondaryColor3i(GLint red, GLint green, GLint blue) { }
583 void __indirect_glSecondaryColor3s(GLshort red, GLshort green, GLshort blue) { }
585 void __indirect_glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) { }
587 void __indirect_glSecondaryColor3ui(GLuint red, GLuint green, GLuint blue) { }
589 void __indirect_glSecondaryColor3us(GLushort red, GLushort green, GLushort blue) { }