Home | History | Annotate | Download | only in x11

Lines Matching refs:cleargc

619       /* cleargc - for glClear() */
620 b->cleargc = XCreateGC( v->display, window, 0, NULL );
621 XMesaSetFunction( v->display, b->cleargc, GXcopy );
1244 XMesaSetForeground(c->display, drawBuffer->cleargc, c->clearpixel);