Searched refs:GXcopy (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_api.c | 617 XMesaSetFunction( v->display, b->gc, GXcopy ); in initialize_visual_and_buffer() 621 XMesaSetFunction( v->display, b->cleargc, GXcopy ); in initialize_visual_and_buffer() 633 XMesaSetFunction( v->display, b->swapgc, GXcopy ); in initialize_visual_and_buffer()
|
D | xm_line.c | 435 XMesaSetFunction(dpy, gc, GXcopy); /* this gc is used elsewhere */ in xor_line()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 332 XSetFunction(display, xlib_dt->gc, GXcopy); in xlib_sw_display()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_exa.c | 365 if (alu != GXcopy) in ExaPrepareSolid() 449 if (alu != GXcopy) in ExaPrepareCopy()
|
/external/libvncserver/x11vnc/ |
D | solid.c | 223 gcv.function = GXcopy; in solid_root() 350 gcv.function = GXcopy; in solid_cde()
|
D | nox11.h | 540 #define GXcopy 0x3 /* src */ macro
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 83 gcvalues.function = GXcopy; in XCreateDrawable()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 48 const uint32_t function = GXcopy; in swrastCreateDrawable()
|