HomeSort by relevance Sort by last modified time
    Searched refs:Display (Results 26 - 50 of 370) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
ImUtil.h 8 Display *dpy,
13 Display *dpy,
Xlibint.h 106 char *display_name; /* "host:display" string used on this connect*/
120 int ext_number; /* extension number on this display */
121 struct _XExten *ext_procs; /* extensions initialized on this display */
131 Display * /* dpy */,
136 Display * /* dpy */,
141 struct _XLockInfo *lock; /* multi-thread state, display lock */
146 Display * /* dpy */,
158 Display * /* display */,
181 Display * /* dpy *
    [all...]
Xutil.h 278 * type from the many visuals a display may support.
392 Display* /* display */,
411 Display* /* display */,
418 Display* /* display */,
424 Display* /* display */,
431 Display* /* display */
    [all...]
  /sdk/swtmenubar/src/com/android/menubar/
IMenuBarEnhancer.java 19 import org.eclipse.swt.widgets.Display;
48 * Callers would typically call that to know if they need to hide or display
65 * @param display The SWT display. Must not be null.
71 Display display,
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga.h 105 Display *display; member in struct:__anon9735
115 Display *display; member in struct:__anon9736
125 Display *display; member in struct:__anon9737
142 Display *dpy,
148 Display *dpy,
154 Display *dpy,
160 Display *dpy
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx.h 190 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
193 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
196 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
198 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
201 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
204 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable );
206 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
211 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
213 extern Bool glXQueryVersion( Display *dpy, int *maj, int *min )
482 Display *display; \/* display the event was read from *\/ member in struct:__anon20047
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl_c.h 41 ( Display* dpy,
46 ( Display* dpy,
52 ( Display* dpy,
56 ( Display* dpy,
61 ( Display* dpy,
65 ( Display* dpy,
71 ( Display* dpy,
SDL_x11dyn.h 61 typedef Bool (*SDL_X11_XESetWireToEventRetType)(Display*,XEvent*,xEvent*);
62 typedef int (*SDL_X11_XSynchronizeRetType)(Display*);
63 typedef Status (*SDL_X11_XESetEventToWireRetType)(Display*,XEvent*,xEvent*);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.h 17 #include "libEGL/Display.h"
26 egl::Display *display; member in struct:gl::Current
29 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
32 egl::Display *getDisplay();
  /external/chromium/chrome/browser/notifications/
notification_delegate.h 20 virtual void Display() = 0;
notification.h 37 // A display string for the source of the notification.
42 void Display() const { delegate()->Display(); }
59 // The display string for the source of the notification. Could be
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 15 #include "libEGL/Display.h"
18 bool validate(egl::Display *display)
20 if (display == EGL_NO_DISPLAY)
25 if (!display->isInitialized())
33 bool validate(egl::Display *display, EGLConfig config)
35 if (!validate(display))
40 if (!display->isValidConfig(config))
48 bool validate(egl::Display *display, gl::Context *context
133 egl::Display *display = static_cast<egl::Display*>(dpy); local
164 egl::Display *display = static_cast<egl::Display*>(dpy); local
184 egl::Display *display = static_cast<egl::Display*>(dpy); local
221 egl::Display *display = static_cast<egl::Display*>(dpy); local
258 egl::Display *display = static_cast<egl::Display*>(dpy); local
296 egl::Display *display = static_cast<egl::Display*>(dpy); local
325 egl::Display *display = static_cast<egl::Display*>(dpy); local
392 egl::Display *display = static_cast<egl::Display*>(dpy); local
418 egl::Display *display = static_cast<egl::Display*>(dpy); local
443 egl::Display *display = static_cast<egl::Display*>(dpy); local
474 egl::Display *display = static_cast<egl::Display*>(dpy); local
643 egl::Display *display = static_cast<egl::Display*>(dpy); local
669 egl::Display *display = static_cast<egl::Display*>(dpy); local
694 egl::Display *display = static_cast<egl::Display*>(dpy); local
719 egl::Display *display = static_cast<egl::Display*>(dpy); local
744 egl::Display *display = static_cast<egl::Display*>(dpy); local
799 egl::Display *display = static_cast<egl::Display*>(dpy); local
824 egl::Display *display = static_cast<egl::Display*>(dpy); local
855 egl::Display *display = static_cast<egl::Display*>(dpy); local
968 egl::Display *display = static_cast<egl::Display*>(dpy); local
1029 egl::Display *display = static_cast<egl::Display*>(dpy); local
1062 egl::Display *display = static_cast<egl::Display*>(dpy); local
    [all...]
Display.cpp 7 // Display.cpp: Implements the egl::Display class, representing the abstract
8 // display on which graphics are drawn. Implements EGLDisplay.
11 #include "libEGL/Display.h"
25 Display::Display(HDC deviceContext) : mDc(deviceContext)
46 Display::~Display()
51 bool Display::initialize()
226 void Display::terminate(
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/
SelectedNodeEnabledAction.java 23 import org.eclipse.swt.widgets.Display;
34 Display.getDefault().syncExec(new Runnable() {
43 Display.getDefault().syncExec(new Runnable() {
TreeViewEnabledAction.java 23 import org.eclipse.swt.widgets.Display;
37 Display.getDefault().syncExec(new Runnable() {
DumpDisplayListAction.java 25 import org.eclipse.swt.widgets.Display;
36 mImage = imageLoader.loadImage("load-view-hierarchy.png", Display.getDefault()); //$NON-NLS-1$
InvalidateAction.java 25 import org.eclipse.swt.widgets.Display;
37 mImage = imageLoader.loadImage("invalidate.png", Display.getDefault()); //$NON-NLS-1$
PixelPerfectAutoRefreshAction.java 26 import org.eclipse.swt.widgets.Display;
38 mImage = imageLoader.loadImage("auto-refresh.png", Display.getDefault()); //$NON-NLS-1$
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 154 extern int _XiGetDevicePresenceNotifyEvent(Display *); \
183 Display *display; /* Display the event was read from */ member in struct:__anon20343
215 Display *display; /* Display the event was read from */ member in struct:__anon20344
248 Display *display; /* Display the event was read from * member in struct:__anon20345
278 Display *display; \/* Display the event was read from *\/ member in struct:__anon20346
306 Display *display; \/* Display the event was read from *\/ member in struct:__anon20347
345 Display *display; \/* Display the event was read from *\/ member in struct:__anon20349
398 Display *display; \/* Display the event was read from *\/ member in struct:__anon20353
419 Display *display; \/* Display the event was read from *\/ member in struct:__anon20354
443 Display *display; \/* Display the event was read from *\/ member in struct:__anon20355
    [all...]
sync.h 323 Display *display; /* Display the event was read from */ member in struct:__anon20595
336 Display *display; /* Display the event was read from */ member in struct:__anon20596
350 Display *display; /* Display the event was read from */ member in struct:__anon20597
360 Display *display; /* Display the event was read from * member in struct:__anon20598
    [all...]
  /development/tools/emulator/opengl/tests/ut_renderer/
X11RendererSurface.h 35 Display m_display;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuvfuncs.h 35 int (*Display)(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
Display_Delegate.java 26 * Delegate used to provide new implementation of a select few methods of {@link Display}
28 * Through the layoutlib_create tool, the original methods of Display have been replaced
50 /*package*/ static int getRawWidthNative(Display theDisplay) {
57 /*package*/ static int getRawHeightNative(Display theDisplay) {
63 /*package*/ static int getOrientation(Display theDisplay) {
80 /*package*/ static void init(Display theDisplay, int display) {
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
NativeLinuxSubWindow.cpp 18 static Bool WaitForMapNotify(Display *d, XEvent *e, char *arg)
26 static Display *s_display = NULL;
  /external/clang/tools/libclang/
CIndexer.h 44 void setDisplayDiagnostics(bool Display = true) {
45 DisplayDiagnostics = Display;

Completed in 708 milliseconds

12 3 4 5 6 7 8 91011>>