Home
last modified time | relevance | path

Searched refs:ndpy (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/jogamp/nativewindow/x11/
H A DX11Util.java350 XCloseDisplay(ndpy.getHandle()); in closePendingDisplayConnections()
373 if(null!=ndpy) { in dumpOpenDisplayConnections()
374 final Throwable t = ndpy.getCreationStack(); in dumpOpenDisplayConnections()
401 if(null!=ndpy) { in dumpPendingDisplayConnections()
402 final Throwable t = ndpy.getCreationStack(); in dumpPendingDisplayConnections()
412 if(null!=ndpy) { in dumpPendingDisplayConnections()
413 final Throwable t = ndpy.getCreationStack(); in dumpPendingDisplayConnections()
423 NamedDisplay ndpy; in markDisplayUncloseable() local
425 ndpy = (NamedDisplay) openDisplayMap.get(handle); in markDisplayUncloseable()
427 if( null != ndpy ) { in markDisplayUncloseable()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/tests/ttmtest/src/
H A Dxf86dri.c383 uniDRIDestroyContext(Display * ndpy, int screen, XID context) in uniDRIDestroyContext() argument
385 Display *const dpy = (Display *) ndpy; in uniDRIDestroyContext()
405 uniDRICreateDrawable(Display * ndpy, int screen, in uniDRICreateDrawable() argument
408 Display *const dpy = (Display *) ndpy; in uniDRICreateDrawable()
436 uniDRIDestroyDrawable(Display * ndpy, int screen, Drawable drawable) in uniDRIDestroyDrawable() argument
438 Display *const dpy = (Display *) ndpy; in uniDRIDestroyDrawable()
/dports/graphics/libdrm/libdrm-2.4.110/tests/ttmtest/src/
H A Dxf86dri.c383 uniDRIDestroyContext(Display * ndpy, int screen, XID context) in uniDRIDestroyContext() argument
385 Display *const dpy = (Display *) ndpy; in uniDRIDestroyContext()
405 uniDRICreateDrawable(Display * ndpy, int screen, in uniDRICreateDrawable() argument
408 Display *const dpy = (Display *) ndpy; in uniDRICreateDrawable()
436 uniDRIDestroyDrawable(Display * ndpy, int screen, Drawable drawable) in uniDRIDestroyDrawable() argument
438 Display *const dpy = (Display *) ndpy; in uniDRIDestroyDrawable()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/tests/ttmtest/src/
H A Dxf86dri.c384 uniDRIDestroyContext(Display * ndpy, int screen, XID context) in uniDRIDestroyContext() argument
386 Display *const dpy = (Display *) ndpy; in uniDRIDestroyContext()
406 uniDRICreateDrawable(Display * ndpy, int screen, in uniDRICreateDrawable() argument
409 Display *const dpy = (Display *) ndpy; in uniDRICreateDrawable()
437 uniDRIDestroyDrawable(Display * ndpy, int screen, Drawable drawable) in uniDRIDestroyDrawable() argument
439 Display *const dpy = (Display *) ndpy; in uniDRIDestroyDrawable()
/dports/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0/src/xvmc/
H A Dxf86dri.c387 uniDRIDestroyContext(Display * ndpy, int screen, XID context) in uniDRIDestroyContext() argument
389 Display *const dpy = (Display *) ndpy; in uniDRIDestroyContext()
409 uniDRICreateDrawable(Display * ndpy, int screen, in uniDRICreateDrawable() argument
412 Display *const dpy = (Display *) ndpy; in uniDRICreateDrawable()
440 uniDRIDestroyDrawable(Display * ndpy, int screen, Drawable drawable) in uniDRIDestroyDrawable() argument
442 Display *const dpy = (Display *) ndpy; in uniDRIDestroyDrawable()
/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dsubprocs.c1190 char *ndpy = (char *) malloc (strlen(odpy) + 20); in hack_subproc_environment() local
1194 strcpy (ndpy, "DISPLAY="); in hack_subproc_environment()
1195 s = ndpy + strlen(ndpy); in hack_subproc_environment()
1213 if (putenv (ndpy)) in hack_subproc_environment()
H A Dxscreensaver.c645 char *ndpy = strdup("DISPLAY=:0.0"); in connect_to_server() local
649 blurb(), ndpy+8); in connect_to_server()
650 if (putenv (ndpy)) in connect_to_server()
H A Ddemo-Gtk.c4072 char *ndpy = (char *) malloc(strlen(odpy) + 20); in hack_environment() local
4073 strcpy (ndpy, "DISPLAY="); in hack_environment()
4074 strcat (ndpy, odpy); in hack_environment()
4075 if (putenv (ndpy)) in hack_environment()
4079 fprintf (stderr, "%s: %s\n", blurb(), ndpy); in hack_environment()
/dports/x11/xscreensaver/xscreensaver-5.44/utils/
H A Dgrabclient.c341 char *ndpy = (char *) malloc(strlen(odpy) + 20); in hack_subproc_environment() local
342 strcpy (ndpy, "DISPLAY="); in hack_subproc_environment()
343 strcat (ndpy, odpy); in hack_subproc_environment()
348 if (putenv (ndpy)) in hack_subproc_environment()