Home | History | Annotate | Download | only in common

Lines Matching refs:bg

2629    GLubyte fg, bg;
2737 bg = (fg > 127 ? 0 : 255);
2747 memset(bitmap8, bg, width * height);
2754 _mesa_AlphaFunc(GL_NOTEQUAL, UBYTE_TO_FLOAT(bg));