Lines Matching defs:display
84 * Display dependent methods. This structure is initialized during the
94 * Method to destroy the private DRI display data.
96 void (*destroyDisplay) (__GLXDRIdisplay * display);
144 ** Function to create and DRI display data and initialize the display
147 extern __GLXDRIdisplay *driswCreateDisplay(Display * dpy);
148 extern __GLXDRIdisplay *driCreateDisplay(Display * dpy);
149 extern __GLXDRIdisplay *dri2CreateDisplay(Display * dpy);
150 extern void dri2InvalidateBuffers(Display *dpy, XID drawable);
151 extern unsigned dri2GetSwapEventType(Display *dpy, XID drawable);
158 extern const char *glXGetScreenDriver(Display * dpy, int scrNum);
222 void (*bind_tex_image)(Display * dpy,
225 void (*release_tex_image)(Display * dpy, GLXDrawable drawable, int buffer);
338 * \c dpy of current display for this context. Will be \c NULL if not
339 * current to any display, or if this is the "dummy context".
341 Display *currentDpy;
462 * One of these records exists per screen of the display. It contains
495 struct glx_display *display;
497 Display *dpy;
527 * Per display private data. One of these records exists for each display
537 * Back pointer to the display
539 Display *dpy;
559 * These are the same for all screens on this display. These fields will
568 * Configurations of visuals for all screens on this display.
580 * Per display direct rendering interface functions and data.
604 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id);
617 extern struct glx_display *__glXInitialize(Display *);
670 extern CARD8 __glXSetupForCommand(Display * dpy);
734 extern void __glXClientInfo(Display * dpy, int opcode);
745 extern void _XFlush(Display *);
746 extern Status _XReply(Display *, xReply *, int, Bool);
747 extern void _XRead(Display *, void *, long);
748 extern void _XSend(Display *, const void *, long);
757 extern char *__glXQueryServerString(Display * dpy, int opcode,
759 extern char *__glXGetString(Display * dpy, int opcode,
771 extern GLboolean __glXGetMscRateOML(Display * dpy, GLXDrawable drawable,
782 XExtDisplayInfo *__glXFindDisplay (Display *dpy);
788 GetGLXDRIDrawable(Display *dpy, GLXDrawable drawable);
791 extern struct glx_screen *GetGLXScreenConfigs(Display * dpy, int scrn);
803 applegl_create_display(struct glx_display *display);
807 extern struct glx_drawable *GetGLXDrawable(Display *dpy, GLXDrawable drawable);
808 extern int InitGLXDrawable(Display *dpy, struct glx_drawable *glxDraw,
810 extern void DestroyGLXDrawable(Display *dpy, GLXDrawable drawable);