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) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
TGLContextIdentity() | |
TGLContextIdentity(const TGLContextIdentity&) |
void | CheckDestroy() |
TGLFontManager* | fFontManager | FreeType font manager. |
Int_t | fClientCnt | |
Int_t | fCnt | |
TGLContextIdentity::CtxList_t | fCtxs | |
TGLContextIdentity::DLTrash_t | 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.