• Home
  • Raw
  • Download

Lines Matching refs:Display

160 GetOverlayInfo(Display *dpy, int screen, int *numOverlays)  in GetOverlayInfo()
208 level_of_visual( Display *dpy, XVisualInfo *vinfo ) in level_of_visual()
248 save_glx_visual( Display *dpy, XVisualInfo *vinfo, in save_glx_visual()
379 create_glx_visual( Display *dpy, XVisualInfo *visinfo ) in create_glx_visual()
421 find_glx_visual( Display *dpy, XVisualInfo *vinfo ) in find_glx_visual()
446 Display *dpy = glxvis->display; in transparent_pixel()
484 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual()
538 get_env_visual(Display *dpy, int scr, const char *varname) in get_env_visual()
581 choose_x_visual(Display *dpy, int screen, int min_depth, int preferred_class) in choose_x_visual()
671 choose_x_overlay_visual( Display *dpy, int scr, in choose_x_overlay_visual()
783 destroy_visuals_on_display(Display *dpy) in destroy_visuals_on_display()
803 close_display_callback(Display *dpy, XExtCodes *codes) in close_display_callback()
816 lookup_extension(Display *dpy, const char *extName) in lookup_extension()
833 register_with_display(Display *dpy) in register_with_display()
862 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig ) in choose_visual()
1229 Fake_glXChooseVisual( Display *dpy, int screen, int *list ) in Fake_glXChooseVisual()
1250 Fake_glXCreateContext( Display *dpy, XVisualInfo *visinfo, in Fake_glXCreateContext()
1289 Fake_glXMakeContextCurrent( Display *dpy, GLXDrawable draw, in Fake_glXMakeContextCurrent()
1359 Fake_glXMakeCurrent( Display *dpy, GLXDrawable drawable, GLXContext ctx ) in Fake_glXMakeCurrent()
1366 Fake_glXCreateGLXPixmap( Display *dpy, XVisualInfo *visinfo, Pixmap pixmap ) in Fake_glXCreateGLXPixmap()
1391 Fake_glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visinfo, in Fake_glXCreateGLXPixmapMESA()
1415 Fake_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap ) in Fake_glXDestroyGLXPixmap()
1428 Fake_glXCopyContext( Display *dpy, GLXContext src, GLXContext dst, in Fake_glXCopyContext()
1442 Fake_glXQueryExtension( Display *dpy, int *errorBase, int *eventBase ) in Fake_glXQueryExtension()
1456 extern void _kw_ungrab_all( Display *dpy );
1457 void _kw_ungrab_all( Display *dpy ) in _kw_ungrab_all()
1465 Fake_glXDestroyContext( Display *dpy, GLXContext ctx ) in Fake_glXDestroyContext()
1481 Fake_glXIsDirect( Display *dpy, GLXContext ctx ) in Fake_glXIsDirect()
1490 Fake_glXSwapBuffers( Display *dpy, GLXDrawable drawable ) in Fake_glXSwapBuffers()
1508 Fake_glXCopySubBufferMESA( Display *dpy, GLXDrawable drawable, in Fake_glXCopySubBufferMESA()
1522 Fake_glXQueryVersion( Display *dpy, int *maj, int *min ) in Fake_glXQueryVersion()
1762 Fake_glXGetConfig( Display *dpy, XVisualInfo *visinfo, in Fake_glXGetConfig()
1825 Fake_glXQueryExtensionsString( Display *dpy, int screen ) in Fake_glXQueryExtensionsString()
1836 Fake_glXQueryServerString( Display *dpy, int screen, int name ) in Fake_glXQueryServerString()
1861 Fake_glXGetClientString( Display *dpy, int name ) in Fake_glXGetClientString()
1889 Fake_glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config, in Fake_glXGetFBConfigAttrib()
1904 Fake_glXGetFBConfigs( Display *dpy, int screen, int *nelements ) in Fake_glXGetFBConfigs()
1931 Fake_glXChooseFBConfig( Display *dpy, int screen, in Fake_glXChooseFBConfig()
1963 Fake_glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ) in Fake_glXGetVisualFromFBConfig()
1980 Fake_glXCreateWindow( Display *dpy, GLXFBConfig config, Window win, in Fake_glXCreateWindow()
2000 Fake_glXDestroyWindow( Display *dpy, GLXWindow window ) in Fake_glXDestroyWindow()
2011 Fake_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap, in Fake_glXCreatePixmap()
2121 Fake_glXDestroyPixmap( Display *dpy, GLXPixmap pixmap ) in Fake_glXDestroyPixmap()
2131 Fake_glXCreatePbuffer( Display *dpy, GLXFBConfig config, in Fake_glXCreatePbuffer()
2194 Fake_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in Fake_glXDestroyPbuffer()
2204 Fake_glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute, in Fake_glXQueryDrawable()
2249 Fake_glXCreateNewContext( Display *dpy, GLXFBConfig config, in Fake_glXCreateNewContext()
2272 Fake_glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value ) in Fake_glXQueryContext()
2296 Fake_glXSelectEvent( Display *dpy, GLXDrawable drawable, unsigned long mask ) in Fake_glXSelectEvent()
2305 Fake_glXGetSelectedEvent( Display *dpy, GLXDrawable drawable, in Fake_glXGetSelectedEvent()
2358 Fake_glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in Fake_glXMakeCurrentReadSGI()
2376 Fake_glXCreateGLXVideoSourceSGIX(Display *dpy, int screen, VLServer server, VLPath path, int nodeCl… in Fake_glXCreateGLXVideoSourceSGIX()
2388 Fake_glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src) in Fake_glXDestroyGLXVideoSourceSGIX()
2400 Fake_glXFreeContextEXT(Display *dpy, GLXContext context) in Fake_glXFreeContextEXT()
2414 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) in Fake_glXImportContextEXT()
2422 Fake_glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute, int *value) in Fake_glXQueryContextInfoEXT()
2436 Fake_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) in Fake_glXGetFBConfigAttribSGIX()
2442 Fake_glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) in Fake_glXChooseFBConfigSGIX()
2449 Fake_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) in Fake_glXCreateGLXPixmapWithConfigSGIX()
2458 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXConte… in Fake_glXCreateContextWithConfigSGIX()
2473 Fake_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) in Fake_glXGetVisualFromFBConfigSGIX()
2480 Fake_glXGetFBConfigFromVisualSGIX(Display *dpy, XVisualInfo *vis) in Fake_glXGetFBConfigFromVisualSGIX()
2496 Fake_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, in Fake_glXCreateGLXPbufferSGIX()
2535 Fake_glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf) in Fake_glXDestroyGLXPbufferSGIX()
2545 Fake_glXQueryGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value) in Fake_glXQueryGLXPbufferSGIX()
2578 Fake_glXSelectEventSGIX(Display *dpy, GLXDrawable drawable, unsigned long mask) in Fake_glXSelectEventSGIX()
2589 Fake_glXGetSelectedEventSGIX(Display *dpy, GLXDrawable drawable, unsigned long *mask) in Fake_glXGetSelectedEventSGIX()
2605 Fake_glXCushionSGI(Display *dpy, Window win, float cushion) in Fake_glXCushionSGI()
2617 Fake_glXBindChannelToWindowSGIX(Display *dpy, int screen, int channel , Window window) in Fake_glXBindChannelToWindowSGIX()
2627 Fake_glXChannelRectSGIX(Display *dpy, int screen, int channel, int x, int y, int w, int h) in Fake_glXChannelRectSGIX()
2640 Fake_glXQueryChannelRectSGIX(Display *dpy, int screen, int channel, int *x, int *y, int *w, int *h) in Fake_glXQueryChannelRectSGIX()
2653 Fake_glXQueryChannelDeltasSGIX(Display *dpy, int screen, int channel, int *dx, int *dy, int *dw, in… in Fake_glXQueryChannelDeltasSGIX()
2666 Fake_glXChannelRectSyncSGIX(Display *dpy, int screen, int channel, GLenum synctype) in Fake_glXChannelRectSyncSGIX()
2681 Fake_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmb… in Fake_glXAssociateDMPbufferSGIX()
2695 Fake_glXJoinSwapGroupSGIX(Display *dpy, GLXDrawable drawable, GLXDrawable member) in Fake_glXJoinSwapGroupSGIX()
2707 Fake_glXBindSwapBarrierSGIX(Display *dpy, GLXDrawable drawable, int barrier) in Fake_glXBindSwapBarrierSGIX()
2715 Fake_glXQueryMaxSwapBarriersSGIX(Display *dpy, int screen, int *max) in Fake_glXQueryMaxSwapBarriersSGIX()
2728 Fake_glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent) in Fake_glXGetTransparentIndexSUN()
2746 Fake_glXReleaseBuffersMESA( Display *dpy, GLXDrawable d ) in Fake_glXReleaseBuffersMESA()
2803 Fake_glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, in Fake_glXBindTexImageEXT()
2812 Fake_glXReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer) in Fake_glXReleaseTexImageEXT()
2821 Fake_glXCreateContextAttribs(Display *dpy, GLXFBConfig config, in Fake_glXCreateContextAttribs()