Home | History | Annotate | Download | only in common

Lines Matching defs:colorValue

3435    union gl_color_union colorValue;
3456 (GLuint (*)[4]) colorValue.ui);
3458 memset(&colorValue, 0, sizeof colorValue);
3460 _mesa_ClearBufferiv(GL_COLOR, 0, colorValue.i);
3462 _mesa_ClearBufferuiv(GL_COLOR, 0, colorValue.ui);
3467 (GLfloat (*)[4]) colorValue.f);
3469 memset(&colorValue, 0, sizeof colorValue);
3470 _mesa_ClearBufferfv(GL_COLOR, 0, colorValue.f);