Home
last modified time | relevance | path

Searched refs:GCFunction (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glx/
Ddrisw_glx.c85 XChangeGC(dpy, pdp->gc, GCFunction, &gcvalues); in XCreateDrawable()
86 XChangeGC(dpy, pdp->swapgc, GCFunction, &gcvalues); in XCreateDrawable()
/external/libvncserver/x11vnc/
Dsolid.c225 gc = XCreateGC(dpy, window, GCFunction|GCPlaneMask, &gcv); in solid_root()
352 gc = XCreateGC(dpy, twin, GCFunction|GCPlaneMask, &gcv); in solid_cde()
Dnox11.h616 #define GCFunction (1L<<0) macro
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch4579 - srcGC = XCreateGC(dpy,desktopWin,GCFunction|GCForeground,&gcv);
4581 - dstGC = XCreateGC(dpy,desktopWin,GCFunction|GCForeground,&gcv);
4606 + srcGC = XCreateGC(dpy,desktopWin,GCFunction|GCForeground,&gcv);
4608 + dstGC = XCreateGC(dpy,desktopWin,GCFunction|GCForeground,&gcv);