Searched refs:xlib (Results 1 - 7 of 7) sorted by relevance
/third_party/glfw/src/ |
H A D | x11_init.c | 1314 _glfw.x11.xlib.handle = module; in _glfwConnectX11() 1322 _glfw.x11.xlib.AllocClassHint = (PFN_XAllocClassHint) in _glfwInitX11() 1323 _glfwPlatformGetModuleSymbol(_glfw.x11.xlib.handle, "XAllocClassHint"); in _glfwInitX11() 1324 _glfw.x11.xlib.AllocSizeHints = (PFN_XAllocSizeHints) in _glfwInitX11() 1325 _glfwPlatformGetModuleSymbol(_glfw.x11.xlib.handle, "XAllocSizeHints"); in _glfwInitX11() 1326 _glfw.x11.xlib.AllocWMHints = (PFN_XAllocWMHints) in _glfwInitX11() 1327 _glfwPlatformGetModuleSymbol(_glfw.x11.xlib.handle, "XAllocWMHints"); in _glfwInitX11() 1328 _glfw.x11.xlib.ChangeProperty = (PFN_XChangeProperty) in _glfwInitX11() 1329 _glfwPlatformGetModuleSymbol(_glfw.x11.xlib.handle, "XChangeProperty"); in _glfwInitX11() 1330 _glfw.x11.xlib in _glfwInitX11() [all...] |
H A D | x11_platform.h | 202 #define XAllocClassHint _glfw.x11.xlib.AllocClassHint 203 #define XAllocSizeHints _glfw.x11.xlib.AllocSizeHints 204 #define XAllocWMHints _glfw.x11.xlib.AllocWMHints 205 #define XChangeProperty _glfw.x11.xlib.ChangeProperty 206 #define XChangeWindowAttributes _glfw.x11.xlib.ChangeWindowAttributes 207 #define XCheckIfEvent _glfw.x11.xlib.CheckIfEvent 208 #define XCheckTypedWindowEvent _glfw.x11.xlib.CheckTypedWindowEvent 209 #define XCloseDisplay _glfw.x11.xlib.CloseDisplay 210 #define XCloseIM _glfw.x11.xlib.CloseIM 211 #define XConvertSelection _glfw.x11.xlib 734 } xlib; global() member [all...] |
H A D | x11_window.c | 2083 if (_glfw.x11.xlib.utf8) in _glfwSetWindowTitleX11()
|
/third_party/alsa-lib/modules/mixer/simple/ |
H A D | sbasedl.c | 44 char *xlib, *path, errbuf[256]; in mixer_simple_basic_dlopen() local 57 xlib = malloc(strlen(lib) + strlen(path) + 1 + 1); in mixer_simple_basic_dlopen() 58 if (xlib == NULL) { in mixer_simple_basic_dlopen() 63 strcpy(xlib, path); in mixer_simple_basic_dlopen() 64 strcat(xlib, "/"); in mixer_simple_basic_dlopen() 65 strcat(xlib, lib); in mixer_simple_basic_dlopen() 66 h = snd_dlopen(xlib, RTLD_NOW, errbuf, sizeof(errbuf)); in mixer_simple_basic_dlopen() 68 SNDERR("Unable to open library '%s': %s", xlib, errbuf); in mixer_simple_basic_dlopen() 73 SNDERR("Symbol 'alsa_mixer_sbasic_initpriv' was not found in '%s'", xlib); in mixer_simple_basic_dlopen() 78 SNDERR("Symbol 'alsa_mixer_sbasic_event' was not found in '%s'", xlib); in mixer_simple_basic_dlopen() [all...] |
/third_party/alsa-lib/src/mixer/ |
H A D | simple_abst.c | 68 char *xlib, *path, errbuf[256]; in try_open() local 77 xlib = malloc(strlen(lib) + strlen(path) + 1 + 1); in try_open() 78 if (xlib == NULL) in try_open() 80 strcpy(xlib, path); in try_open() 81 strcat(xlib, "/"); in try_open() 82 strcat(xlib, lib); in try_open() 83 h = INTERNAL(snd_dlopen)(xlib, RTLD_NOW, errbuf, sizeof(errbuf)); in try_open() 85 SNDERR("Unable to open library '%s' (%s)", xlib, errbuf); in try_open() 86 free(xlib); in try_open() 92 SNDERR("Symbol 'alsa_mixer_simple_event' was not found in '%s'", xlib); in try_open() 116 char *xlib, *path, errbuf[256]; try_open_full() local [all...] |
/third_party/alsa-utils/topology/ |
H A D | pre-processor.c | 64 char *xlib, *xfunc, *path; in run_plugin() local 73 xlib = tplg_snprintf("%s/%s%s%s", path, PROCESS_LIB_PREFIX, plugin, in run_plugin() 78 if (!xlib || !xfunc) { in run_plugin() 85 h = dlopen(xlib, RTLD_NOW); in run_plugin() 87 fprintf(stderr, "unable to open library '%s'\n", xlib); in run_plugin() 96 fprintf(stderr, "symbol 'topology_process' was not found in %s\n", xlib); in run_plugin() 107 if (xlib) in run_plugin() 108 free(xlib); in run_plugin()
|
/third_party/ffmpeg/ |
H A D | configure | 330 --disable-xlib disable xlib [autodetect] 1769 xlib 6285 if enabled xlib; then 6288 disable xlib 6292 disable xlib 6296 disable xlib
|
Completed in 17 milliseconds