Searched refs:XMesaSetFunction (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesa_x.h | 61 #define XMesaSetFunction XSetFunction macro
|
D | xm_line.c | 431 XMesaSetFunction(dpy, gc, GXxor); in xor_line() 435 XMesaSetFunction(dpy, gc, GXcopy); /* this gc is used elsewhere */ in xor_line()
|
D | xm_api.c | 620 XMesaSetFunction( v->display, b->gc, GXcopy ); in initialize_visual_and_buffer() 624 XMesaSetFunction( v->display, b->cleargc, GXcopy ); in initialize_visual_and_buffer() 636 XMesaSetFunction( v->display, b->swapgc, GXcopy ); in initialize_visual_and_buffer()
|