Lines Matching refs:green

782 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
788 GLAPI void GLAPIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );
889 GLAPI void GLAPIENTRY glClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
1022 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1023 GLAPI void GLAPIENTRY glColor3d( GLdouble red, GLdouble green, GLdouble blue );
1024 GLAPI void GLAPIENTRY glColor3f( GLfloat red, GLfloat green, GLfloat blue );
1025 GLAPI void GLAPIENTRY glColor3i( GLint red, GLint green, GLint blue );
1026 GLAPI void GLAPIENTRY glColor3s( GLshort red, GLshort green, GLshort blue );
1027 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1028 GLAPI void GLAPIENTRY glColor3ui( GLuint red, GLuint green, GLuint blue );
1029 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
1031 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte green,
1033 GLAPI void GLAPIENTRY glColor4d( GLdouble red, GLdouble green,
1035 GLAPI void GLAPIENTRY glColor4f( GLfloat red, GLfloat green,
1037 GLAPI void GLAPIENTRY glColor4i( GLint red, GLint green,
1039 GLAPI void GLAPIENTRY glColor4s( GLshort red, GLshort green,
1041 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
1043 GLAPI void GLAPIENTRY glColor4ui( GLuint red, GLuint green,
1045 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green,
1667 GLAPI void GLAPIENTRY glBlendColor( GLclampf red, GLclampf green,
1743 typedef void (APIENTRY * PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
2177 GLAPI void GLAPIENTRY glBlendColorEXT( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );