TGLContextIdentity() | |
TGLContextIdentity(const TGLContextIdentity&) | |
virtual | ~TGLContextIdentity() |
void | AddClientRef() |
void | AddRef(TGLContext* ctx) |
static TClass* | Class() |
void | DeleteGLResources() |
Int_t | GetClientRefCnt() const |
static TGLContextIdentity* | GetCurrent() |
static TGLContext* | GetDefaultContextAny() |
static TGLContextIdentity* | GetDefaultIdentity() |
TGLFontManager* | GetFontManager() |
Int_t | GetRefCnt() const |
virtual TClass* | IsA() const |
Bool_t | IsValid() const |
TGLContextIdentity& | operator=(const TGLContextIdentity&) |
void | RegisterDLNameRangeToWipe(UInt_t base, Int_t size) |
void | Release(TGLContext* ctx) |
void | ReleaseClient() |
virtual void | ShowMembers(TMemberInspector& insp) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
void | CheckDestroy() |
TGLFontManager* | fFontManager | FreeType font manager. |
Int_t | fClientCnt | |
Int_t | fCnt | |
list<TGLContext*> | fCtxs | |
list<pair<unsigned int,int> > | fDLTrash | |
static TGLContextIdentity* | fgDefaultIdentity |
Remember dl range for deletion in next MakeCurrent or dtor execution.
Get the first GL context with the default identity. Can return zero, but that's OK, too. Static.
Get the free-type font-manager associated with this context-identity.