#include <TGLAdapter.h>
Inheritance diagram for TGLAdapter:
Definition at line 19 of file TGLAdapter.h.
TGLAdapter::TGLAdapter | ( | Int_t | glDevice = -1 |
) | [explicit] |
TGLAdapter::TGLAdapter | ( | const TGLAdapter & | ) | [private] |
TGLAdapter::TGLAdapter | ( | Int_t | glDevice = -1 |
) | [explicit] |
TGLAdapter::TGLAdapter | ( | const TGLAdapter & | ) | [private] |
Bool_t TGLAdapter::MakeCurrent | ( | ) | [virtual] |
Implements TGLPaintDevice.
Definition at line 28 of file TGLAdapter.cxx.
References fGLDevice, and gGLManager.
void TGLAdapter::SwapBuffers | ( | ) | [virtual] |
Implements TGLPaintDevice.
Definition at line 35 of file TGLAdapter.cxx.
References fGLDevice, and gGLManager.
const TGLFormat* TGLAdapter::GetPixelFormat | ( | ) | const [inline, virtual] |
const TGLContext* TGLAdapter::GetContext | ( | ) | const [inline, virtual] |
void TGLAdapter::SetGLDevice | ( | Int_t | glDevice | ) | [inline] |
void TGLAdapter::ReadGLBuffer | ( | ) |
void TGLAdapter::SelectOffScreenDevice | ( | ) |
void TGLAdapter::MarkForDirectCopy | ( | Bool_t | isDirect | ) |
void TGLAdapter::ExtractViewport | ( | Int_t * | vp | ) | const [virtual] |
Implements TGLPaintDevice.
Definition at line 57 of file TGLAdapter.cxx.
References fGLDevice, and gGLManager.
TGLAdapter& TGLAdapter::operator= | ( | const TGLAdapter & | ) | [private] |
void TGLAdapter::AddContext | ( | TGLContext * | ) | [inline, private, virtual] |
void TGLAdapter::RemoveContext | ( | TGLContext * | ) | [inline, private, virtual] |
Bool_t TGLAdapter::MakeCurrent | ( | ) | [virtual] |
Implements TGLPaintDevice.
void TGLAdapter::SwapBuffers | ( | ) | [virtual] |
Implements TGLPaintDevice.
const TGLFormat* TGLAdapter::GetPixelFormat | ( | ) | const [inline, virtual] |
const TGLContext* TGLAdapter::GetContext | ( | ) | const [inline, virtual] |
void TGLAdapter::SetGLDevice | ( | Int_t | glDevice | ) | [inline] |
void TGLAdapter::ReadGLBuffer | ( | ) |
void TGLAdapter::SelectOffScreenDevice | ( | ) |
void TGLAdapter::MarkForDirectCopy | ( | Bool_t | isDirect | ) |
void TGLAdapter::ExtractViewport | ( | Int_t * | vp | ) | const [virtual] |
Implements TGLPaintDevice.
TGLAdapter& TGLAdapter::operator= | ( | const TGLAdapter & | ) | [private] |
void TGLAdapter::AddContext | ( | TGLContext * | ) | [inline, private, virtual] |
void TGLAdapter::RemoveContext | ( | TGLContext * | ) | [inline, private, virtual] |
Int_t TGLAdapter::fGLDevice [private] |
Definition at line 21 of file TGLAdapter.h.
Referenced by ExtractViewport(), MakeCurrent(), MarkForDirectCopy(), ReadGLBuffer(), SelectOffScreenDevice(), SetGLDevice(), and SwapBuffers().