Home
last modified time | relevance | path

Searched refs:XMesaSetFunction (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dxmesa_x.h61 #define XMesaSetFunction XSetFunction macro
Dxm_line.c431 XMesaSetFunction(dpy, gc, GXxor); in xor_line()
435 XMesaSetFunction(dpy, gc, GXcopy); /* this gc is used elsewhere */ in xor_line()
Dxm_api.c619 XMesaSetFunction( v->display, b->gc, GXcopy ); in initialize_visual_and_buffer()
623 XMesaSetFunction( v->display, b->cleargc, GXcopy ); in initialize_visual_and_buffer()
635 XMesaSetFunction( v->display, b->swapgc, GXcopy ); in initialize_visual_and_buffer()