HomeSort by relevance Sort by last modified time
    Searched refs:Display (Results 1 - 25 of 978) 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.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:__anon61952
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:__anon61849
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:__anon62022
80 Display *display; member in struct:__anon62023
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:__anon61855
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 */,
MITMisc.h 38 Display* /* dpy */,
44 Display* /* dpy */,
49 Display* /* dpy */
XLbx.h 34 Display* /* dpy */,
41 Display* /* dpy */,
46 int XLbxGetEventBase(Display *dpy);
Xcup.h 36 Display* /* dpy */,
42 Display* /* dpy */,
49 Display* /* dpy */,
extutil.h 40 * We need to keep a list of open displays since the Xlib display list isn't
41 * public. We also have to per-display info in a separate block since it isn't
42 * stored directly in the Display structure.
46 Display *display; /* which display this is */ member in struct:_XExtDisplayInfo
59 Display* /* display */,
64 Display* /* display */,
    [all...]
  /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/curl/docs/cmdline-opts/
manual.d 3 Help: Display the full manual
5 Manual. Display the huge help text.
  /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...]
  /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:__anon61340
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:__anon61356
587 Display *display; \/* Display the event was read from *\/ member in struct:__anon61357
605 Display *display; \/* Display the event was read from *\/ member in struct:__anon61358
622 Display *display; \/* Display the event was read from *\/ member in struct:__anon61359
646 Display *display; \/* Display the event was read from *\/ member in struct:__anon61360
665 Display *display; \/* Display the event was read from *\/ member in struct:__anon61361
674 Display *display; \/* Display the event was read from *\/ member in struct:__anon61362
685 Display *display; \/* Display the event was read from *\/ member in struct:__anon61363
698 Display *display; \/* Display the event was read from *\/ member in struct:__anon61364
708 Display *display; \/* Display the event was read from *\/ member in struct:__anon61365
717 Display *display; \/* Display the event was read from *\/ member in struct:__anon61366
730 Display *display; \/* Display the event was read from *\/ member in struct:__anon61367
739 Display *display; \/* Display the event was read from *\/ member in struct:__anon61368
749 Display *display; \/* Display the event was read from *\/ member in struct:__anon61369
759 Display *display; \/* Display the event was read from *\/ member in struct:__anon61370
768 Display *display; \/* Display the event was read from *\/ member in struct:__anon61371
780 Display *display; \/* Display the event was read from *\/ member in struct:__anon61372
794 Display *display; \/* Display the event was read from *\/ member in struct:__anon61373
804 Display *display; \/* Display the event was read from *\/ member in struct:__anon61374
813 Display *display; \/* Display the event was read from *\/ member in struct:__anon61375
828 Display *display; \/* Display the event was read from *\/ member in struct:__anon61376
838 Display *display; \/* Display the event was read from *\/ member in struct:__anon61377
848 Display *display; \/* Display the event was read from *\/ member in struct:__anon61378
859 Display *display; \/* Display the event was read from *\/ member in struct:__anon61379
869 Display *display; \/* Display the event was read from *\/ member in struct:__anon61380
882 Display *display; \/* Display the event was read from *\/ member in struct:__anon61381
894 Display *display; \/* Display the event was read from *\/ member in struct:__anon61382
909 Display *display; \/* Display the event was read from *\/ member in struct:__anon61383
924 Display *display; \/* Display the event was read from *\/ member in struct:__anon61385
934 Display *display; \/* Display the event was read from *\/ member in struct:__anon61386
946 Display *display;\/* Display the event was read from *\/ member in struct:__anon61387
961 Display *display; \/* Display the event was read from *\/ member in struct:__anon61388
970 Display *display; \/* Display the event was read from *\/ member in struct:__anon61389
1085 typedef union { Display *display; member in union:__anon61396
    [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);
  /frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
MockComposer.h 39 using android::hardware::graphics::composer::V2_1::Display;
59 MOCK_METHOD4(createVirtualDisplay, Error(uint32_t, uint32_t, PixelFormat*, Display*));
60 MOCK_METHOD1(destroyVirtualDisplay, Error(Display));
61 MOCK_METHOD1(acceptDisplayChanges, Error(Display));
62 MOCK_METHOD2(createLayer, Error(Display, Layer* outLayer));
63 MOCK_METHOD2(destroyLayer, Error(Display, Layer));
64 MOCK_METHOD2(getActiveConfig, Error(Display, Config*));
66 Error(Display, std::vector<Layer>*, std::vector<IComposerClient::Composition>*));
67 MOCK_METHOD2(getColorModes, Error(Display, std::vector<ColorMode>*));
69 Error(Display, Config config, IComposerClient::Attribute, int32_t*))
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
GraphicsComposerCallback.h 36 std::vector<Display> getDisplays() const;
45 Return<void> onHotplug(Display display, Connection connection) override;
46 Return<void> onRefresh(Display display) override;
47 Return<void> onVsync(Display display, int64_t) override;
51 std::unordered_set<Display> mDisplays;
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
FakeComposerClient.h 26 // Needed for display type/ID enums
51 // the SurfaceFlinger assume the display IDs to have these values
52 // despite the enum being documented as a display type.
54 constexpr Display PRIMARY_DISPLAY = static_cast<Display>(HWC_DISPLAY_PRIMARY);
55 constexpr Display EXTERNAL_DISPLAY = static_cast<Display>(HWC_DISPLAY_EXTERNAL);
70 Display* outDisplay) override;
71 Error destroyVirtualDisplay(Display display) override
    [all...]
  /external/libdrm/tests/ttmtest/src/
xf86dri.h 69 Bool uniDRIQueryExtension(Display * dpy, int *event_base,
72 Bool uniDRIQueryVersion(Display * dpy, int *majorVersion, int *minorVersion,
75 Bool uniDRIQueryDirectRenderingCapable(Display * dpy, int screen,
78 Bool uniDRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
81 Bool uniDRIAuthConnection(Display * dpy, int screen, drm_magic_t magic);
83 Bool uniDRICloseConnection(Display * dpy, int screen);
85 Bool uniDRIGetClientDriverName(Display * dpy, int screen,
89 Bool uniDRICreateContext(Display * dpy, int screen, Visual * visual,
92 Bool uniDRICreateContextWithConfig(Display * dpy, int screen, int configID,
95 extern Bool uniDRIDestroyContext(Display * dpy, int screen, XID context_id)
    [all...]

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>