Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dextutil.h153 #define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \ argument
157 if (!extinfo) { if (!(extinfo = XextCreateExtension())) return NULL; } \
158 if (!(dpyinfo = XextFindDisplay (extinfo, dpy))) \
159 dpyinfo = XextAddDisplay (extinfo,dpy,extname,hooks,nev,data); \
166 #define XEXT_GENERATE_CLOSE_DISPLAY(proc,extinfo) \ argument
169 return XextRemoveDisplay (extinfo, dpy); \