HomeSort by relevance Sort by last modified time
    Searched full:atomname (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.c 126 #define R300_INIT_ATOM(atomname, atomsize) \
128 r300->atomname.name = #atomname; \
129 r300->atomname.state = NULL; \
130 r300->atomname.size = atomsize; \
131 r300->atomname.emit = r300_emit_##atomname; \
132 r300->atomname.dirty = FALSE; \
135 #define R300_ALLOC_ATOM(atomname, statetype) \
137 r300->atomname.state = CALLOC_STRUCT(statetype);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 126 #define R300_INIT_ATOM(atomname, atomsize) \
128 r300->atomname.name = #atomname; \
129 r300->atomname.state = NULL; \
130 r300->atomname.size = atomsize; \
131 r300->atomname.emit = r300_emit_##atomname; \
132 r300->atomname.dirty = FALSE; \
135 #define R300_ALLOC_ATOM(atomname, statetype) \
137 r300->atomname.state = CALLOC_STRUCT(statetype);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 730 args = ('winfo', 'atomname') \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 730 args = ('winfo', 'atomname') \
    [all...]

Completed in 601 milliseconds