Home
last modified time | relevance | path

Searched refs:GXcopy (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c617 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()
Dxm_line.c435 XMesaSetFunction(dpy, gc, GXcopy); /* this gc is used elsewhere */ in xor_line()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c332 XSetFunction(display, xlib_dt->gc, GXcopy); in xlib_sw_display()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c365 if (alu != GXcopy) in ExaPrepareSolid()
449 if (alu != GXcopy) in ExaPrepareCopy()
/external/libvncserver/x11vnc/
Dsolid.c223 gcv.function = GXcopy; in solid_root()
350 gcv.function = GXcopy; in solid_cde()
Dnox11.h540 #define GXcopy 0x3 /* src */ macro
/external/mesa3d/src/glx/
Ddrisw_glx.c83 gcvalues.function = GXcopy; in XCreateDrawable()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c48 const uint32_t function = GXcopy; in swrastCreateDrawable()