Equalizer default implementation to handle an AGL GPU. More...
#include <aglPipe.h>


Public Member Functions | |
| AGLPipe (Pipe *parent) | |
| Create a new AGL pipe for the given eq::Pipe. | |
| virtual | ~AGLPipe () |
| Destroy the AGL pipe. | |
| CGDirectDisplayID | getCGDisplayID () const |
AGL initialization | |
| virtual bool | configInit () |
| Initialize this pipe for the AGL window system. | |
| virtual void | configExit () |
| De-initialize this pipe for the AGL window system. | |
Equalizer default implementation to handle an AGL GPU.
Definition at line 28 of file aglPipe.h.
| eq::AGLPipe::AGLPipe | ( | Pipe * | parent | ) |
Create a new AGL pipe for the given eq::Pipe.
Definition at line 31 of file aglPipe.cpp.
| eq::AGLPipe::~AGLPipe | ( | ) | [virtual] |
Destroy the AGL pipe.
Definition at line 37 of file aglPipe.cpp.
| bool eq::AGLPipe::configInit | ( | ) | [virtual] |
Initialize this pipe for the AGL window system.
Implements eq::OSPipe.
Definition at line 44 of file aglPipe.cpp.
References eq::OSPipe::_pipe, EQ_UNDEFINED_UINT32, EQINFO, eq::Pipe::getDevice(), and eq::OSPipe::setErrorMessage().

| void eq::AGLPipe::configExit | ( | ) | [virtual] |
De-initialize this pipe for the AGL window system.
Implements eq::OSPipe.
Definition at line 114 of file aglPipe.cpp.
References EQINFO.
| CGDirectDisplayID eq::AGLPipe::getCGDisplayID | ( | ) | const [inline] |
Definition at line 55 of file aglPipe.h.
Referenced by eq::AGLWindow::chooseAGLPixelFormat().

0.9.1 by
1.6.1