HomeSort by relevance Sort by last modified time
    Searched refs:Atom (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_output.c 211 output_set_property(xf86OutputPtr output, Atom property, RRPropertyValuePtr value)
219 output_get_property(xf86OutputPtr output, Atom property)
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_output.c 211 output_set_property(xf86OutputPtr output, Atom property, RRPropertyValuePtr value)
219 output_get_property(xf86OutputPtr output, Atom property)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 79 typedef unsigned long Atom; /* Also in Xdefs.h */
95 typedef CARD32 Atom;
120 #define None 0L /* universal null resource or null atom */
136 #define AnyPropertyType 0L /* special Atom, passed to GetProperty */
359 #define BadAtom 5 /* parameter not an Atom */
Xproto.h 251 #define Atom CARD32
380 Atom name B32;
491 Atom atom B32;
518 Atom propertyType B32;
1141 Atom atom B32;
1151 Atom atom B32;
1157 Atom selection B32, target B32, property B32
1235 xInternAtomReply atom; member in union:__anon38612
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 79 typedef unsigned long Atom; /* Also in Xdefs.h */
95 typedef CARD32 Atom;
120 #define None 0L /* universal null resource or null atom */
136 #define AnyPropertyType 0L /* special Atom, passed to GetProperty */
359 #define BadAtom 5 /* parameter not an Atom */
Xproto.h 251 #define Atom CARD32
380 Atom name B32;
491 Atom atom B32;
518 Atom propertyType B32;
1141 Atom atom B32;
1151 Atom atom B32;
1157 Atom selection B32, target B32, property B32
1235 xInternAtomReply atom; member in union:__anon40202
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 79 typedef unsigned long Atom; /* Also in Xdefs.h */
95 typedef CARD32 Atom;
120 #define None 0L /* universal null resource or null atom */
136 #define AnyPropertyType 0L /* special Atom, passed to GetProperty */
359 #define BadAtom 5 /* parameter not an Atom */
Xproto.h 251 #define Atom CARD32
380 Atom name B32;
491 Atom atom B32;
518 Atom propertyType B32;
1141 Atom atom B32;
1151 Atom atom B32;
1157 Atom selection B32, target B32, property B32
1235 xInternAtomReply atom; member in union:__anon41717
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvproto.h 64 #define Atom CARD32
321 Atom attribute B32;
331 Atom attribute B32;
585 Atom attribute B32;
601 #undef Atom
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 792 ::Atom window_type;
836 ::Atom protocols[2];
867 Atom atom = atom_cache_.GetAtom("_NET_WM_STATE_SKIP_TASKBAR"); local
878 reinterpret_cast<unsigned char*>(&atom), 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 42 #define Atom CARD32
422 Atom property B32;
423 Atom type B32;
450 Atom property B32;
451 Atom type B32;
464 Atom propertyType B32;
929 #undef Atom
XKBsrv.h 209 Atom * names;
715 Atom /* name */,
982 Atom /* name */,
1026 Atom /* name */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 42 #define Atom CARD32
422 Atom property B32;
423 Atom type B32;
450 Atom property B32;
451 Atom type B32;
464 Atom propertyType B32;
929 #undef Atom
XKBsrv.h 209 Atom * names;
715 Atom /* name */,
982 Atom /* name */,
1026 Atom /* name */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 42 #define Atom CARD32
422 Atom property B32;
423 Atom type B32;
450 Atom property B32;
451 Atom type B32;
464 Atom propertyType B32;
929 #undef Atom
XKBsrv.h 209 Atom * names;
715 Atom /* name */,
982 Atom /* name */,
1026 Atom /* name */,
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11sym.h 29 SDL_X11_SYM(int,XChangeProperty,(Display* a,Window b,Atom c,Atom d,int e,int f,_Xconst unsigned char* g,int h),(a,b,c,d,e,f,g,h),return)
49 SDL_X11_SYM(int,XDeleteProperty,(Display* a,Window b,Atom c),(a,b,c),return)
75 SDL_X11_SYM(Atom,XInternAtom,(Display* a,_Xconst char* b,Bool c),(a,b,c),return)
105 SDL_X11_SYM(void,XSetTextProperty,(Display* a,Window b,XTextProperty* c,Atom d),(a,b,c,d),)
107 SDL_X11_SYM(Status,XSetWMProtocols,(Display* a,Window b,Atom* c,int d),(a,b,c,d),return)
SDL_x11video.h 64 Atom WM_DELETE_WINDOW; /* "close-window" protocol atom */
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 419 ::Atom protocols[2];
548 Atom message_type = static_cast<Atom>(xev->xclient.data.l[0]);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc 146 std::vector< ::Atom> supported_atoms;
313 std::vector< ::Atom> atom_list;
316 x_event->xproperty.atom == atom_cache_.GetAtom("_NET_WM_STATE") &&
320 std::vector< ::Atom>::iterator it =
  /external/llvm/include/llvm/MC/
MCAssembler.h 73 /// Atom - The atom this fragment is in, as represented by it's defining
74 /// symbol. Atom's are only used by backends which set
76 MCSymbolData *Atom;
105 MCSymbolData *getAtom() const { return Atom; }
106 void setAtom(MCSymbolData *Value) { Atom = Value; }
949 /// Find the symbol which defines the atom containing the given symbol, or
956 /// defining a separate atom.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 176 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
test_subpicture.c 94 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
xvmc_bench.c 222 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 74 // Returns atom that indidates that the XEvent is marker event.
75 Atom MarkerEventAtom() {

Completed in 2171 milliseconds

1 2 34 5 6