Searched refs:Display (Results 1 - 25 of 328) sorted by relevance

1234567891011>>

/external/ImageMagick/MagickCore/
H A Dwidget-private.h29 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 *,XWindow
[all...]
H A Danimate-private.h31 *XAnimateImages(Display *,XResourceInfo *,char **,const int,Image *,
35 XAnimateBackgroundImage(Display *,XResourceInfo *,Image *,ExceptionInfo *);
H A Ddisplay-private.h31 *XDisplayImage(Display *,XResourceInfo *,char **,int,Image **,size_t *,
34 extern MagickExport MagickBooleanType XDisplayBackgroundImage(Display *,
H A Dxwindow-private.h436 Display
492 XMakeCursor(Display *,Window,Colormap,char *,char *);
495 XCheckDefineCursor(Display *,Window,Cursor);
498 XAnnotateImage(Display *,const XPixelInfo *,XAnnotateInfo *,Image *,
501 XDrawImage(Display *,const XPixelInfo *,XDrawInfo *,Image *,ExceptionInfo *),
502 XGetWindowColor(Display *,XWindows *,char *,ExceptionInfo *),
505 XMakeImage(Display *,const XResourceInfo *,XWindowInfo *,Image *,unsigned int,
510 XBestIconSize(Display *,XWindowInfo *,Image *),
511 XBestPixel(Display *,const Colormap,XColor *,unsigned int,XColor *),
512 XCheckRefreshWindows(Display *,XWindow
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h40 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 *dp
[all...]
H A Drealglx.h41 _real_glXChooseVisual( Display *dpy, int screen, int *list );
44 _real_glXCreateContext( Display *dpy, XVisualInfo *visinfo,
48 _real_glXCreateGLXPixmap( Display *dpy, XVisualInfo *visinfo, Pixmap pixmap );
51 _real_glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visinfo,
55 _real_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
58 _real_glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
62 _real_glXMakeCurrent( Display *dpy, GLXDrawable drawable, GLXContext ctx );
65 _real_glXQueryExtension( Display *dpy, int *errorb, int *event );
68 _real_glXDestroyContext( Display *dpy, GLXContext ctx );
71 _real_glXIsDirect( Display *dp
[all...]
/external/swiftshader/src/Main/
H A DlibX11.cpp23 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*, Boo
[all...]
H A DlibX11.hpp27 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);
36 Visual *(*XDefaultVisual)(Display *display, int screen_number);
37 int (*(*XSetErrorHandler)(int (*handler)(Display*, XErrorEvent*)))(Display*, XErrorEvent*);
38 int (*XSync)(Display *displa
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_x11.h33 x11_create_ximage_display(Display *dpy,
37 x11_create_dri2_display(Display *dpy,
H A Dglxinit.h13 Display *dpy;
20 extern __GLXdisplayPrivate *__glXInitialize(Display * dpy);
/external/autotest/client/deps/glbench/src/
H A Dxlib_window.h10 extern Display *g_xlib_display;
/external/rmi4utils/f54test/
H A Ddisplay.h21 class Display class
24 Display() {} function in class:Display
25 virtual ~Display() {}
32 class AnsiConsole : public Display
/external/libdrm/tests/ttmtest/src/
H A Dxf86dri.h69 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 * dp
[all...]
/external/mesa3d/src/glx/
H A Ddri2.h49 DRI2QueryExtension(Display * display, int *eventBase, int *errorBase);
52 DRI2QueryVersion(Display * display, int *major, int *minor);
55 DRI2Connect(Display * display, XID window,
59 DRI2Authenticate(Display * display, XID window, drm_magic_t magic);
62 DRI2CreateDrawable(Display * display, XID drawable);
65 DRI2DestroyDrawable(Display * display, XID handle);
68 DRI2GetBuffers(Display * dpy, XID drawable,
78 DRI2GetBuffersWithFormat(Display * dpy, XID drawable,
84 DRI2CopyRegion(Display * dpy, XID drawable,
89 DRI2SwapBuffers(Display *dp
[all...]
H A Dglx_error.h34 void __glXSendError(Display * dpy, int_fast8_t errorCode,
38 _X_HIDDEN void __glXSendErrorForXcb(Display * dpy,
H A Dxf86dri.h68 Bool XF86DRIQueryExtension(Display * dpy, int *event_base,
71 Bool XF86DRIQueryVersion(Display * dpy, int *majorVersion, int *minorVersion,
74 Bool XF86DRIQueryDirectRenderingCapable(Display * dpy, int screen,
77 Bool XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
80 Bool XF86DRIAuthConnection(Display * dpy, int screen, drm_magic_t magic);
82 Bool XF86DRICloseConnection(Display * dpy, int screen);
84 Bool XF86DRIGetClientDriverName(Display * dpy, int screen,
90 Bool XF86DRICreateContext(Display * dpy, int screen, Visual * visual,
94 Bool XF86DRICreateContextWithConfig(Display * dpy, int screen, int configID,
98 extern Bool XF86DRIDestroyContext(Display * dp
[all...]
/external/mesa3d/src/glx/apple/
H A Dappledri.h80 Display *display; /* Display the event was read from */
88 Bool XAppleDRIQueryExtension(Display * dpy, int *event_base,
91 Bool XAppleDRIQueryVersion(Display * dpy, int *majorVersion,
94 Bool XAppleDRIQueryDirectRenderingCapable(Display * dpy, int screen,
97 void *XAppleDRISetSurfaceNotifyHandler(void (*fun) (Display * dpy,
100 Bool XAppleDRIAuthConnection(Display * dpy, int screen, unsigned int magic);
102 Bool XAppleDRICreateSurface(Display * dpy, int screen, Drawable drawable,
106 Bool XAppleDRIDestroySurface(Display * dpy, int screen, Drawable drawable);
108 Bool XAppleDRISynchronizeSurfaces(Display * dp
[all...]
H A Dglx_empty.c56 glXJoinSwapGroupSGIX(Display * dpy, GLXDrawable drawable, GLXDrawable member)
68 glXBindSwapBarrierSGIX(Display * dpy, GLXDrawable drawable, int barrier)
76 glXQueryMaxSwapBarriersSGIX(Display * dpy, int screen, int *max)
89 glXGetSyncValuesOML(Display * dpy, GLXDrawable drawable,
101 glXSwapBuffersMscOML(Display * dpy, GLXDrawable drawable,
114 glXWaitForMscOML(Display * dpy, GLXDrawable drawable,
132 glXWaitForSbcOML(Display * dpy, GLXDrawable drawable,
147 glXReleaseBuffersMESA(Display * dpy, GLXDrawable d)
156 glXCreateGLXPixmapMESA(Display * dpy, XVisualInfo * visual,
171 glXCopySubBufferMESA(Display * dp
[all...]
H A Dapple_glx_drawable.h96 void (*destroy) (Display * dpy, struct apple_glx_drawable * d);
101 Display *display;
145 struct apple_glx_drawable *apple_glx_find_drawable(Display * dpy,
149 bool apple_glx_drawable_create(Display * dpy,
157 bool apple_glx_create_drawable(Display * dpy,
162 void apple_glx_garbage_collect_drawables(Display * dpy);
178 bool apple_glx_drawable_destroy_by_type(Display * dpy, GLXDrawable drawable,
186 bool apple_glx_surface_create(Display * dpy, int screen, GLXDrawable drawable,
194 bool apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config,
199 bool apple_glx_pbuffer_destroy(Display * dp
[all...]
/external/mesa3d/include/GL/
H A Dglx.h200 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
203 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
206 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
208 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
211 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
214 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable );
216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
219 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
221 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
223 extern Bool glXQueryVersion( Display *dp
[all...]
H A Dglxext.h469 Display *display; /* display the event was read from */
528 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);
529 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
530 extern int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
531 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
533 extern void glXDestroyWindow (Display *dpy, GLXWindow win);
534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
535 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
536 extern GLXPbuffer glXCreatePbuffer (Display *dp
[all...]
/external/swiftshader/src/OpenGL/libGL/
H A DDisplay.cpp15 // Display.cpp: Implements the Display class, representing the abstract
18 #include "Display.h"
31 typedef std::map<NativeDisplayType, Display*> DisplayMap;
34 Display *Display::getDisplay(NativeDisplayType displayId)
42 Display *display = new Display(displayId);
48 Display::Display(NativeDisplayTyp function in class:gl::Display
[all...]
/external/swiftshader/include/GL/
H A Dglxext.h112 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
113 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
114 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
115 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
116 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
117 typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
118 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
119 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
121 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dp
[all...]
/external/deqp/framework/platform/wayland/
H A DtcuWayland.hpp65 class Display class in namespace:tcu::wayland
68 Display (EventState& platform, const char* name);
69 virtual ~Display (void);
85 Display (const Display&);
86 Display& operator= (const Display&);
97 Window (Display& display, int width, int height);
103 Display& getDisplay (void) { return m_display; }
112 Display
[all...]
H A DtcuWaylandEglPlatform.cpp54 class Display : public NativeDisplay class in namespace:tcu::wayland::egl
60 Display (MovePtr<wayland::Display> waylandDisplay) function in class:tcu::wayland::egl::Display
67 ~Display(void) {}
68 wayland::Display& getWaylandDisplay (void) { return *m_display; }
75 UniquePtr<wayland::Display> m_display;
87 Window (Display& display,
99 Window::Window (Display& display, const WindowParams& params)
140 Display& display = *dynamic_cast<Display*>(nativeDispla
[all...]

Completed in 846 milliseconds

1234567891011>>