|
GPU-SD
1.1.2
|
The GLX implementation for local GPU discovery. More...
#include <module.h>
Inheritance diagram for gpusd::glx::Module:
Collaboration diagram for gpusd::glx::Module:Static Public Member Functions | |
| static GPUSD_API void | use () |
| Instantiate an AGL discovery module for the process. | |
Protected Member Functions | |
| virtual GPUInfos | discoverGPUs_ () const |
The GLX implementation for local GPU discovery.
The GLX module tries to open X server :0 to :9. For each server which can be opened, all available screens on the server are added as a separate GPUInfo.
Definition at line 34 of file glx/module.h.
| GPUInfos gpusd::glx::Module::discoverGPUs_ | ( | ) | const [protected, virtual] |
Implements gpusd::Module.
Definition at line 104 of file glx/module.cpp.
References gpusd::GPUInfo::defaultValue, gpusd::GPUInfo::device, and gpusd::GPUInfo::port.
| void gpusd::glx::Module::use | ( | ) | [static] |
Instantiate an AGL discovery module for the process.
Definition at line 98 of file glx/module.cpp.
1.1.2 by
1.8.0