Lines Matching refs:green
778 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
784 GLAPI void GLAPIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );
885 GLAPI void GLAPIENTRY glClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
1018 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1019 GLAPI void GLAPIENTRY glColor3d( GLdouble red, GLdouble green, GLdouble blue );
1020 GLAPI void GLAPIENTRY glColor3f( GLfloat red, GLfloat green, GLfloat blue );
1021 GLAPI void GLAPIENTRY glColor3i( GLint red, GLint green, GLint blue );
1022 GLAPI void GLAPIENTRY glColor3s( GLshort red, GLshort green, GLshort blue );
1023 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1024 GLAPI void GLAPIENTRY glColor3ui( GLuint red, GLuint green, GLuint blue );
1025 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
1027 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte green,
1029 GLAPI void GLAPIENTRY glColor4d( GLdouble red, GLdouble green,
1031 GLAPI void GLAPIENTRY glColor4f( GLfloat red, GLfloat green,
1033 GLAPI void GLAPIENTRY glColor4i( GLint red, GLint green,
1035 GLAPI void GLAPIENTRY glColor4s( GLshort red, GLshort green,
1037 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
1039 GLAPI void GLAPIENTRY glColor4ui( GLuint red, GLuint green,
1041 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green,
1663 GLAPI void GLAPIENTRY glBlendColor( GLclampf red, GLclampf green,
1739 typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);