HomeSort by relevance Sort by last modified time
    Searched refs:Display (Results 1 - 25 of 994) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/
Display.aidl 19 parcelable Display.Mode;
  /external/ImageMagick/MagickCore/
widget-private.h 29 XCommandWidget(Display *,XWindows *,const char **,XEvent *),
30 XConfirmWidget(Display *,XWindows *,const char *,const char *),
31 XDialogWidget(Display *,XWindows *,const char *,const char *,char *),
32 XMenuWidget(Display *,XWindows *,const char *,const char **,char *);
35 XPreferencesWidget(Display *,XResourceInfo *,XWindows *);
39 XColorBrowserWidget(Display *,XWindows *,const char *,char *),
40 XFileBrowserWidget(Display *,XWindows *,const char *,char *),
41 XFontBrowserWidget(Display *,XWindows *,const char *,char *),
42 XInfoWidget(Display *,XWindows *,const char *),
43 XListBrowserWidget(Display *,XWindows *,XWindowInfo *,const char **
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
dpms.h 40 extern Bool DPMSQueryExtension(Display *, int *, int *);
41 extern Status DPMSGetVersion(Display *, int *, int *);
42 extern Bool DPMSCapable(Display *);
43 extern Status DPMSSetTimeouts(Display *, CARD16, CARD16, CARD16);
44 extern Bool DPMSGetTimeouts(Display *, CARD16 *, CARD16 *, CARD16 *);
45 extern Status DPMSEnable(Display *);
46 extern Status DPMSDisable(Display *);
47 extern Status DPMSForceLevel(Display *, CARD16);
48 extern Status DPMSInfo(Display *, CARD16 *, BOOL *);
shape.h 43 Display *display; /* Display the event was read from */ member in struct:__anon54216
55 Display* /* display */,
61 Display* /* display */,
67 Display* /* display */,
77 Display* /* display */
    [all...]
Xag.h 42 Display* /* dpy */,
48 Display* /* dpy */,
57 Display* /* dpy */,
62 Display* /* dpy */,
67 Display* /* dpy */,
73 Display* /* dpy */,
79 Display* /* dpy */,
85 Display* /* dpy */,
XShm.h 44 Display *display; /* Display the event was read from */ member in struct:__anon54114
62 Display* /* dpy */
66 Display* /* dpy */
70 Display* /* dpy */,
77 Display* /* dpy */
81 Display* /* dpy */,
86 Display* /* dpy */,
91 Display* /* dpy */
    [all...]
Xdbe.h 77 Display *display; /* display the event was read from */ member in struct:__anon54120
92 Display* /* dpy */,
98 Display* /* dpy */,
104 Display* /* dpy */,
109 Display* /* dpy */,
115 Display* /* dpy */
119 Display* /* dpy */
123 Display* /* dpy */
    [all...]
Xext.h 36 Display * /* dpy */,
46 Display* /* dpy */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
dpms.h 39 extern Bool DPMSQueryExtension(Display *, int *, int *);
40 extern Status DPMSGetVersion(Display *, int *, int *);
41 extern Bool DPMSCapable(Display *);
42 extern Status DPMSSetTimeouts(Display *, CARD16, CARD16, CARD16);
43 extern Bool DPMSGetTimeouts(Display *, CARD16 *, CARD16 *, CARD16 *);
44 extern Status DPMSEnable(Display *);
45 extern Status DPMSDisable(Display *);
46 extern Status DPMSForceLevel(Display *, CARD16);
47 extern Status DPMSInfo(Display *, CARD16 *, BOOL *);
shape.h 40 Display *display; /* Display the event was read from */ member in struct:__anon56078
52 Display* /* display */,
58 Display* /* display */,
64 Display* /* display */,
74 Display* /* display */
    [all...]
Xag.h 40 Display* /* dpy */,
46 Display* /* dpy */,
55 Display* /* dpy */,
60 Display* /* dpy */,
65 Display* /* dpy */,
71 Display* /* dpy */,
77 Display* /* dpy */,
83 Display* /* dpy */,
XShm.h 42 Display *display; /* Display the event was read from */ member in struct:__anon55975
60 Display* /* dpy */
64 Display* /* dpy */
68 Display* /* dpy */,
75 Display* /* dpy */
79 Display* /* dpy */,
84 Display* /* dpy */,
89 Display* /* dpy */
    [all...]
xtestext1.h 68 Display *display; member in struct:__anon56148
80 Display *display; member in struct:__anon56149
86 int XTestFakeInput(register Display *dpy, char *action_list_addr, int action_list_size, int ack_flag);
87 int XTestGetInput(register Display *dpy, int action_handling);
88 int XTestQueryInputSize(register Display *dpy, unsigned long *size_return);
89 int XTestPressKey(Display *display, int device_id, unsigned long delay, unsigned int keycode, unsigned int key_action);
90 int XTestPressButton(Display * display, int device_id, unsigned long delay, unsigned int button_number, unsigned int button_act (…)
    [all...]
Xdbe.h 75 Display *display; /* display the event was read from */ member in struct:__anon55981
90 Display* /* dpy */,
96 Display* /* dpy */,
102 Display* /* dpy */,
107 Display* /* dpy */,
113 Display* /* dpy */
117 Display* /* dpy */
121 Display* /* dpy */
    [all...]
Xext.h 34 Display * /* dpy */,
44 Display* /* dpy */,
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 40 Display *currentDpy;
64 XVisualInfo *(*ChooseVisual)(Display *dpy, int screen, int *list);
65 void (*CopyContext)(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask);
66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
67 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
69 void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap);
70 int (*GetConfig)(Display *dpy, XVisualInfo *visinfo, int attrib, int *value);
73 Bool (*IsDirect)(Display *dpy, GLXContext ctx);
74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx)
    [all...]
  /external/rmi4utils/f54test/
display.h 21 class Display
24 Display() {}
25 virtual ~Display() {}
32 class AnsiConsole : public Display
  /external/swiftshader/src/Main/
libX11.cpp 23 XOpenDisplay = (Display *(*)(char*))getProcAddress(libX11, "XOpenDisplay");
24 XGetWindowAttributes = (Status (*)(Display*, Window, XWindowAttributes*))getProcAddress(libX11, "XGetWindowAttributes");
25 XDefaultScreenOfDisplay = (Screen *(*)(Display*))getProcAddress(libX11, "XDefaultScreenOfDisplay");
29 XDefaultGC = (GC (*)(Display*, int))getProcAddress(libX11, "XDefaultGC");
30 XDefaultDepth = (int (*)(Display*, int))getProcAddress(libX11, "XDefaultDepth");
31 XMatchVisualInfo = (Status (*)(Display*, int, int, int, XVisualInfo*))getProcAddress(libX11, "XMatchVisualInfo");
32 XDefaultVisual = (Visual *(*)(Display*, int screen_number))getProcAddress(libX11, "XDefaultVisual");
33 XSetErrorHandler = (int (*(*)(int (*)(Display*, XErrorEvent*)))(Display*, XErrorEvent*))getProcAddress(libX11, "XSetErrorHandler");
34 XSync = (int (*)(Display*, Bool))getProcAddress(libX11, "XSync")
    [all...]
libX11.hpp 27 Display *(*XOpenDisplay)(char *display_name);
28 Status (*XGetWindowAttributes)(Display *display, Window w, XWindowAttributes *window_attributes_return);
29 Screen *(*XDefaultScreenOfDisplay)(Display *display);
33 GC (*XDefaultGC)(Display *display, int screen_number);
34 int (*XDefaultDepth)(Display *display, int screen_number);
35 Status (*XMatchVisualInfo)(Display *display, int screen, int depth, int screen_class, XVisualInfo *vinfo_return)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 136 #define DisplayOfScreen(s) ((s)->display)
270 struct _XDisplay *display;/* back pointer to display structure */ member in struct:__anon53600
389 struct _XDisplay* /* display */,
493 * Display datatype maintaining display specific data.
495 * A Display should be treated as opaque by application code.
498 typedef struct _XDisplay Display;
544 char *display_name; /* "host:display" string used on this connect*/
559 Display,
572 Display *display; \/* Display the event was read from *\/ member in struct:__anon53616
590 Display *display; \/* Display the event was read from *\/ member in struct:__anon53617
608 Display *display; \/* Display the event was read from *\/ member in struct:__anon53618
625 Display *display; \/* Display the event was read from *\/ member in struct:__anon53619
649 Display *display; \/* Display the event was read from *\/ member in struct:__anon53620
668 Display *display; \/* Display the event was read from *\/ member in struct:__anon53621
677 Display *display; \/* Display the event was read from *\/ member in struct:__anon53622
688 Display *display; \/* Display the event was read from *\/ member in struct:__anon53623
701 Display *display; \/* Display the event was read from *\/ member in struct:__anon53624
711 Display *display; \/* Display the event was read from *\/ member in struct:__anon53625
720 Display *display; \/* Display the event was read from *\/ member in struct:__anon53626
733 Display *display; \/* Display the event was read from *\/ member in struct:__anon53627
742 Display *display; \/* Display the event was read from *\/ member in struct:__anon53628
752 Display *display; \/* Display the event was read from *\/ member in struct:__anon53629
762 Display *display; \/* Display the event was read from *\/ member in struct:__anon53630
771 Display *display; \/* Display the event was read from *\/ member in struct:__anon53631
783 Display *display; \/* Display the event was read from *\/ member in struct:__anon53632
797 Display *display; \/* Display the event was read from *\/ member in struct:__anon53633
807 Display *display; \/* Display the event was read from *\/ member in struct:__anon53634
816 Display *display; \/* Display the event was read from *\/ member in struct:__anon53635
831 Display *display; \/* Display the event was read from *\/ member in struct:__anon53636
841 Display *display; \/* Display the event was read from *\/ member in struct:__anon53637
851 Display *display; \/* Display the event was read from *\/ member in struct:__anon53638
862 Display *display; \/* Display the event was read from *\/ member in struct:__anon53639
872 Display *display; \/* Display the event was read from *\/ member in struct:__anon53640
885 Display *display; \/* Display the event was read from *\/ member in struct:__anon53641
897 Display *display; \/* Display the event was read from *\/ member in struct:__anon53642
912 Display *display; \/* Display the event was read from *\/ member in struct:__anon53643
927 Display *display; \/* Display the event was read from *\/ member in struct:__anon53645
937 Display *display; \/* Display the event was read from *\/ member in struct:__anon53646
949 Display *display;\/* Display the event was read from *\/ member in struct:__anon53647
964 Display *display; \/* Display the event was read from *\/ member in struct:__anon53648
973 Display *display; \/* Display the event was read from *\/ member in struct:__anon53649
1088 typedef union { Display *display; member in union:__anon53656
    [all...]
XKBlib.h 39 Display * display; /* Display the event was read from */ member in struct:_XkbAnyEvent
49 Display * display; /* Display the event was read from */ member in struct:_XkbNewKeyboardNotify
67 Display * display; /* Display the event was read from */ member in struct:_XkbMapNotifyEvent
96 Display * display; /* Display the event was read from * member in struct:_XkbStateNotifyEvent
125 Display * display; \/* Display the event was read from *\/ member in struct:_XkbControlsNotify
143 Display * display; \/* Display the event was read from *\/ member in struct:_XkbIndicatorNotify
155 Display * display; \/* Display the event was read from *\/ member in struct:_XkbNamesNotify
177 Display * display; \/* Display the event was read from *\/ member in struct:_XkbCompatMapNotify
191 Display * display; \/* Display the event was read from *\/ member in struct:_XkbBellNotify
209 Display * display; \/* Display the event was read from *\/ member in struct:_XkbActionMessage
226 Display * display; \/* Display the event was read from *\/ member in struct:_XkbAccessXNotify
240 Display * display; \/* Display the event was read from *\/ member in struct:_XkbExtensionDeviceNotify
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 133 #define DisplayOfScreen(s) ((s)->display)
267 struct _XDisplay *display;/* back pointer to display structure */ member in struct:__anon55466
386 struct _XDisplay* /* display */,
490 * Display datatype maintaining display specific data.
492 * A Display should be treated as opaque by application code.
495 typedef struct _XDisplay Display;
541 char *display_name; /* "host:display" string used on this connect*/
556 Display,
569 Display *display; \/* Display the event was read from *\/ member in struct:__anon55482
587 Display *display; \/* Display the event was read from *\/ member in struct:__anon55483
605 Display *display; \/* Display the event was read from *\/ member in struct:__anon55484
622 Display *display; \/* Display the event was read from *\/ member in struct:__anon55485
646 Display *display; \/* Display the event was read from *\/ member in struct:__anon55486
665 Display *display; \/* Display the event was read from *\/ member in struct:__anon55487
674 Display *display; \/* Display the event was read from *\/ member in struct:__anon55488
685 Display *display; \/* Display the event was read from *\/ member in struct:__anon55489
698 Display *display; \/* Display the event was read from *\/ member in struct:__anon55490
708 Display *display; \/* Display the event was read from *\/ member in struct:__anon55491
717 Display *display; \/* Display the event was read from *\/ member in struct:__anon55492
730 Display *display; \/* Display the event was read from *\/ member in struct:__anon55493
739 Display *display; \/* Display the event was read from *\/ member in struct:__anon55494
749 Display *display; \/* Display the event was read from *\/ member in struct:__anon55495
759 Display *display; \/* Display the event was read from *\/ member in struct:__anon55496
768 Display *display; \/* Display the event was read from *\/ member in struct:__anon55497
780 Display *display; \/* Display the event was read from *\/ member in struct:__anon55498
794 Display *display; \/* Display the event was read from *\/ member in struct:__anon55499
804 Display *display; \/* Display the event was read from *\/ member in struct:__anon55500
813 Display *display; \/* Display the event was read from *\/ member in struct:__anon55501
828 Display *display; \/* Display the event was read from *\/ member in struct:__anon55502
838 Display *display; \/* Display the event was read from *\/ member in struct:__anon55503
848 Display *display; \/* Display the event was read from *\/ member in struct:__anon55504
859 Display *display; \/* Display the event was read from *\/ member in struct:__anon55505
869 Display *display; \/* Display the event was read from *\/ member in struct:__anon55506
882 Display *display; \/* Display the event was read from *\/ member in struct:__anon55507
894 Display *display; \/* Display the event was read from *\/ member in struct:__anon55508
909 Display *display; \/* Display the event was read from *\/ member in struct:__anon55509
924 Display *display; \/* Display the event was read from *\/ member in struct:__anon55511
934 Display *display; \/* Display the event was read from *\/ member in struct:__anon55512
946 Display *display;\/* Display the event was read from *\/ member in struct:__anon55513
961 Display *display; \/* Display the event was read from *\/ member in struct:__anon55514
970 Display *display; \/* Display the event was read from *\/ member in struct:__anon55515
1085 typedef union { Display *display; member in union:__anon55522
    [all...]
XKBlib.h 37 Display * display; /* Display the event was read from */ member in struct:_XkbAnyEvent
47 Display * display; /* Display the event was read from */ member in struct:_XkbNewKeyboardNotify
65 Display * display; /* Display the event was read from */ member in struct:_XkbMapNotifyEvent
94 Display * display; /* Display the event was read from * member in struct:_XkbStateNotifyEvent
123 Display * display; \/* Display the event was read from *\/ member in struct:_XkbControlsNotify
141 Display * display; \/* Display the event was read from *\/ member in struct:_XkbIndicatorNotify
153 Display * display; \/* Display the event was read from *\/ member in struct:_XkbNamesNotify
175 Display * display; \/* Display the event was read from *\/ member in struct:_XkbCompatMapNotify
189 Display * display; \/* Display the event was read from *\/ member in struct:_XkbBellNotify
207 Display * display; \/* Display the event was read from *\/ member in struct:_XkbActionMessage
224 Display * display; \/* Display the event was read from *\/ member in struct:_XkbAccessXNotify
238 Display * display; \/* Display the event was read from *\/ member in struct:_XkbExtensionDeviceNotify
    [all...]
  /external/autotest/client/deps/glbench/src/
xlib_window.h 10 extern Display *g_xlib_display;
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.h 8 struct sw_winsys *xlib_create_sw_winsys(Display *display);

Completed in 522 milliseconds

1 2 3 4 5 6 7 8 91011>>