Lines Matching defs:dpy
177 GetOverlayInfo(Display *dpy, int screen, int *numOverlays) in GetOverlayInfo()
225 level_of_visual( Display *dpy, XVisualInfo *vinfo ) in level_of_visual()
265 save_glx_visual( Display *dpy, XVisualInfo *vinfo, in save_glx_visual()
410 create_glx_visual( Display *dpy, XVisualInfo *visinfo ) in create_glx_visual()
452 find_glx_visual( Display *dpy, XVisualInfo *vinfo ) in find_glx_visual()
484 Display *dpy = glxvis->display; in transparent_pixel() local
522 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual()
576 get_env_visual(Display *dpy, int scr, const char *varname) in get_env_visual()
619 choose_x_visual(Display *dpy, int screen, int min_depth, int preferred_class) in choose_x_visual()
709 choose_x_overlay_visual( Display *dpy, int scr, in choose_x_overlay_visual()
811 destroy_visuals_on_display(Display *dpy) in destroy_visuals_on_display()
831 close_display_callback(Display *dpy, XExtCodes *codes) in close_display_callback()
844 lookup_extension(Display *dpy, const char *extName) in lookup_extension()
861 register_with_display(Display *dpy) in register_with_display()
890 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig ) in choose_visual()
1253 Fake_glXChooseVisual( Display *dpy, int screen, int *list ) in Fake_glXChooseVisual()
1282 init_glx_context(struct fake_glx_context *glxCtx, Display *dpy) in init_glx_context()
1298 Fake_glXCreateContext( Display *dpy, XVisualInfo *visinfo, in Fake_glXCreateContext()
1351 Fake_glXMakeContextCurrent( Display *dpy, GLXDrawable draw, in Fake_glXMakeContextCurrent()
1431 Fake_glXMakeCurrent( Display *dpy, GLXDrawable drawable, GLXContext ctx ) in Fake_glXMakeCurrent()
1438 Fake_glXCreateGLXPixmap( Display *dpy, XVisualInfo *visinfo, Pixmap pixmap ) in Fake_glXCreateGLXPixmap()
1463 Fake_glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visinfo, in Fake_glXCreateGLXPixmapMESA()
1487 Fake_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ) in Fake_glXDestroyGLXPixmap()
1500 Fake_glXCopyContext( Display *dpy, GLXContext src, GLXContext dst, in Fake_glXCopyContext()
1516 Fake_glXQueryExtension( Display *dpy, int *errorBase, int *eventBase ) in Fake_glXQueryExtension()
1531 void _kw_ungrab_all( Display *dpy ) in _kw_ungrab_all()
1539 Fake_glXDestroyContext( Display *dpy, GLXContext ctx ) in Fake_glXDestroyContext()
1555 Fake_glXIsDirect( Display *dpy, GLXContext ctx ) in Fake_glXIsDirect()
1565 Fake_glXSwapBuffers( Display *dpy, GLXDrawable drawable ) in Fake_glXSwapBuffers()
1583 Fake_glXCopySubBufferMESA( Display *dpy, GLXDrawable drawable, in Fake_glXCopySubBufferMESA()
1597 Fake_glXQueryVersion( Display *dpy, int *maj, int *min ) in Fake_glXQueryVersion()
1835 Fake_glXGetConfig( Display *dpy, XVisualInfo *visinfo, in Fake_glXGetConfig()
1891 Fake_glXQueryExtensionsString( Display *dpy, int screen ) in Fake_glXQueryExtensionsString()
1902 Fake_glXQueryServerString( Display *dpy, int screen, int name ) in Fake_glXQueryServerString()
1927 Fake_glXGetClientString( Display *dpy, int name ) in Fake_glXGetClientString()
1955 Fake_glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config, in Fake_glXGetFBConfigAttrib()
1970 Fake_glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in Fake_glXGetFBConfigs()
1996 Fake_glXChooseFBConfig( Display *dpy, int screen, in Fake_glXChooseFBConfig()
2028 Fake_glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ) in Fake_glXGetVisualFromFBConfig()
2050 Fake_glXCreateWindow( Display *dpy, GLXFBConfig config, Window win, in Fake_glXCreateWindow()
2070 Fake_glXDestroyWindow( Display *dpy, GLXWindow window ) in Fake_glXDestroyWindow()
2081 Fake_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap, in Fake_glXCreatePixmap()
2191 Fake_glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ) in Fake_glXDestroyPixmap()
2201 Fake_glXCreatePbuffer( Display *dpy, GLXFBConfig config, in Fake_glXCreatePbuffer()
2264 Fake_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in Fake_glXDestroyPbuffer()
2274 Fake_glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute, in Fake_glXQueryDrawable()
2319 Fake_glXCreateNewContext( Display *dpy, GLXFBConfig config, in Fake_glXCreateNewContext()
2351 Fake_glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value ) in Fake_glXQueryContext()
2377 Fake_glXSelectEvent( Display *dpy, GLXDrawable drawable, unsigned long mask ) in Fake_glXSelectEvent()
2386 Fake_glXGetSelectedEvent( Display *dpy, GLXDrawable drawable, in Fake_glXGetSelectedEvent()
2439 Fake_glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in Fake_glXMakeCurrentReadSGI()
2457 Fake_glXCreateGLXVideoSourceSGIX(Display *dpy, int screen, VLServer server, VLPath path, int nodeCl… in Fake_glXCreateGLXVideoSourceSGIX()
2469 Fake_glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src) in Fake_glXDestroyGLXVideoSourceSGIX()
2481 Fake_glXFreeContextEXT(Display *dpy, GLXContext context) in Fake_glXFreeContextEXT()
2495 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) in Fake_glXImportContextEXT()
2503 Fake_glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute, int *value) in Fake_glXQueryContextInfoEXT()
2517 Fake_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) in Fake_glXGetFBConfigAttribSGIX()
2523 Fake_glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) in Fake_glXChooseFBConfigSGIX()
2530 Fake_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) in Fake_glXCreateGLXPixmapWithConfigSGIX()
2539 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXConte… in Fake_glXCreateContextWithConfigSGIX()
2566 Fake_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) in Fake_glXGetVisualFromFBConfigSGIX()
2573 Fake_glXGetFBConfigFromVisualSGIX(Display *dpy, XVisualInfo *vis) in Fake_glXGetFBConfigFromVisualSGIX()
2589 Fake_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, in Fake_glXCreateGLXPbufferSGIX()
2628 Fake_glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf) in Fake_glXDestroyGLXPbufferSGIX()
2638 Fake_glXQueryGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value) in Fake_glXQueryGLXPbufferSGIX()
2671 Fake_glXSelectEventSGIX(Display *dpy, GLXDrawable drawable, unsigned long mask) in Fake_glXSelectEventSGIX()
2682 Fake_glXGetSelectedEventSGIX(Display *dpy, GLXDrawable drawable, unsigned long *mask) in Fake_glXGetSelectedEventSGIX()
2698 Fake_glXCushionSGI(Display *dpy, Window win, float cushion) in Fake_glXCushionSGI()
2710 Fake_glXBindChannelToWindowSGIX(Display *dpy, int screen, int channel , Window window) in Fake_glXBindChannelToWindowSGIX()
2720 Fake_glXChannelRectSGIX(Display *dpy, int screen, int channel, int x, int y, int w, int h) in Fake_glXChannelRectSGIX()
2733 Fake_glXQueryChannelRectSGIX(Display *dpy, int screen, int channel, int *x, int *y, int *w, int *h) in Fake_glXQueryChannelRectSGIX()
2746 Fake_glXQueryChannelDeltasSGIX(Display *dpy, int screen, int channel, int *dx, int *dy, int *dw, in… in Fake_glXQueryChannelDeltasSGIX()
2759 Fake_glXChannelRectSyncSGIX(Display *dpy, int screen, int channel, GLenum synctype) in Fake_glXChannelRectSyncSGIX()
2774 Fake_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmb… in Fake_glXAssociateDMPbufferSGIX()
2788 Fake_glXJoinSwapGroupSGIX(Display *dpy, GLXDrawable drawable, GLXDrawable member) in Fake_glXJoinSwapGroupSGIX()
2800 Fake_glXBindSwapBarrierSGIX(Display *dpy, GLXDrawable drawable, int barrier) in Fake_glXBindSwapBarrierSGIX()
2808 Fake_glXQueryMaxSwapBarriersSGIX(Display *dpy, int screen, int *max) in Fake_glXQueryMaxSwapBarriersSGIX()
2821 Fake_glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent) in Fake_glXGetTransparentIndexSUN()
2839 Fake_glXReleaseBuffersMESA( Display *dpy, GLXDrawable d ) in Fake_glXReleaseBuffersMESA()
2896 Fake_glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, in Fake_glXBindTexImageEXT()
2905 Fake_glXReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer) in Fake_glXReleaseTexImageEXT()