Searched refs:atomname (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.c140 #define R300_INIT_ATOM(atomname, atomsize) \
142 r300->atomname.name = #atomname; \
143 r300->atomname.state = NULL; \
144 r300->atomname.size = atomsize; \
145 r300->atomname.emit = r300_emit_##atomname; \
146 r300->atomname.dirty = FALSE; \
149 #define R300_ALLOC_ATOM(atomname, statetype) \
151 r300->atomname
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.c139 #define R300_INIT_ATOM(atomname, atomsize) \
141 r300->atomname.name = #atomname; \
142 r300->atomname.state = NULL; \
143 r300->atomname.size = atomsize; \
144 r300->atomname.emit = r300_emit_##atomname; \
145 r300->atomname.dirty = FALSE; \
148 #define R300_ALLOC_ATOM(atomname, statetype) \
150 r300->atomname
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dcaptive.c69 char *atomname; local in function:RedirectToCaptive
114 asprintf(&atomname, "WM_CTWM_ROOT_%s", value.addr);
121 XA_WM_CTWM_ROOT_name = XInternAtom(dpy, atomname, True);
122 free(atomname);
313 char *atomname; local in function:AddToCaptiveList
406 asprintf(&atomname, "WM_CTWM_ROOT_%s", rcname);
407 XA_WM_CTWM_ROOT_our_name = XInternAtom(dpy, atomname, False);
408 free(atomname);
H A Dewmh.c196 char atomname[32]; local in function:EwmhReplaceWM
200 snprintf(atomname, sizeof(atomname), "WM_S%d", scr->screen);
201 wmAtom = XInternAtom(dpy, atomname, False);

Completed in 6 milliseconds