Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hwloc_gl_get_display_by_osdev(3) [centos man page]

OpenGL display specific functions(3)			     Hardware Locality (hwloc)			      OpenGL display specific functions(3)

NAME
OpenGL display specific functions - Functions static inline hwloc_obj_t hwloc_gl_get_display_osdev_by_port_device (hwloc_topology_t topology, unsigned port, unsigned device) static inline hwloc_obj_t hwloc_gl_get_display_osdev_by_name (hwloc_topology_t topology, const char *name) static inline int hwloc_gl_get_display_by_osdev (hwloc_topology_t topology , hwloc_obj_t osdev, unsigned *port, unsigned *device) Detailed Description Function Documentation static inline int hwloc_gl_get_display_by_osdev (hwloc_topology_t topology, hwloc_obj_tosdev, unsigned *port, unsigned *device) [static] Get the OpenGL display port and device corresponding to the given hwloc OS object. Return the OpenGL display port (server) in port and device (screen) in screen that correspond to the given hwloc OS device object. Return -1 if there is none. The topology topology does not necessarily have to match the current machine. For instance the topology may be an XML import of a remote host. I/O devices detection and the GL component must be enabled in the topology. static inline hwloc_obj_t hwloc_gl_get_display_osdev_by_name (hwloc_topology_ttopology, const char *name) [static] Get the hwloc OS device object corresponding to the OpenGL display given by name. Return the OS device object describing the OpenGL display whose name is name, built as ':port.device' such as ':0.0' . Return NULL if there is none. The topology topology does not necessarily have to match the current machine. For instance the topology may be an XML import of a remote host. I/O devices detection and the GL component must be enabled in the topology. Note: The corresponding PCI device object can be obtained by looking at the OS device parent object. static inline hwloc_obj_t hwloc_gl_get_display_osdev_by_port_device (hwloc_topology_ttopology, unsignedport, unsigneddevice) [static] Get the hwloc OS device object corresponding to the OpenGL display given by port and device index. Return the OS device object describing the OpenGL display whose port (server) is port and device (screen) is device. Return NULL if there is none. The topology topology does not necessarily have to match the current machine. For instance the topology may be an XML import of a remote host. I/O devices detection and the GL component must be enabled in the topology. Note: The corresponding PCI device object can be obtained by looking at the OS device parent object. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.7 Sun Apr 7 2013 OpenGL display specific functions(3)

Check Out this Related Man Page

OpenGL display specific functions(3)			     Hardware Locality (hwloc)			      OpenGL display specific functions(3)

NAME
OpenGL display specific functions - Functions static inline hwloc_obj_t hwloc_gl_get_display_osdev_by_port_device (hwloc_topology_t topology, unsigned port, unsigned device) static inline hwloc_obj_t hwloc_gl_get_display_osdev_by_name (hwloc_topology_t topology, const char *name) static inline int hwloc_gl_get_display_by_osdev (hwloc_topology_t topology , hwloc_obj_t osdev, unsigned *port, unsigned *device) Detailed Description Function Documentation static inline int hwloc_gl_get_display_by_osdev (hwloc_topology_t topology, hwloc_obj_tosdev, unsigned *port, unsigned *device) [static] Get the OpenGL display port and device corresponding to the given hwloc OS object. Return the OpenGL display port (server) in port and device (screen) in screen that correspond to the given hwloc OS device object. Return -1 if there is none. The topology topology does not necessarily have to match the current machine. For instance the topology may be an XML import of a remote host. I/O devices detection and the GL component must be enabled in the topology. static inline hwloc_obj_t hwloc_gl_get_display_osdev_by_name (hwloc_topology_ttopology, const char *name) [static] Get the hwloc OS device object corresponding to the OpenGL display given by name. Return the OS device object describing the OpenGL display whose name is name, built as ':port.device' such as ':0.0' . Return NULL if there is none. The topology topology does not necessarily have to match the current machine. For instance the topology may be an XML import of a remote host. I/O devices detection and the GL component must be enabled in the topology. Note: The corresponding PCI device object can be obtained by looking at the OS device parent object. static inline hwloc_obj_t hwloc_gl_get_display_osdev_by_port_device (hwloc_topology_ttopology, unsignedport, unsigneddevice) [static] Get the hwloc OS device object corresponding to the OpenGL display given by port and device index. Return the OS device object describing the OpenGL display whose port (server) is port and device (screen) is device. Return NULL if there is none. The topology topology does not necessarily have to match the current machine. For instance the topology may be an XML import of a remote host. I/O devices detection and the GL component must be enabled in the topology. Note: The corresponding PCI device object can be obtained by looking at the OS device parent object. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.7 Sun Apr 7 2013 OpenGL display specific functions(3)
Man Page