Searched refs:gc_vals (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtexture_from_pixmap.c552 XGCValues gc_vals; local in function:app_init
567 gc_vals.function = GXcopy;
568 gc_vals.foreground = WhitePixel(data->xdpy, DefaultScreen(data->xdpy));
569 gc_vals.line_width = 3;
570 gc_vals.line_style = LineSolid;
571 gc_vals.fill_style = FillSolid;
575 &gc_vals);
576 gc_vals.foreground = BlackPixel(data->xdpy, DefaultScreen(data->xdpy));
579 &gc_vals);

Completed in 2 milliseconds