| TGLContextIdentity() | |
| TGLContextIdentity(const TGLContextIdentity&) | |
| virtual | ~TGLContextIdentity() | 
| void | AddClientRef() | 
| void | AddRef(TGLContext* ctx) | 
| static TClass* | Class() | 
| void | DeleteDisplayLists() | 
| Int_t | GetClientRefCnt() const | 
| static TGLContextIdentity* | GetCurrent() | 
| static TGLContext* | GetDefaultContextAny() | 
| static TGLContextIdentity* | GetDefaultIdentity() | 
| 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, char* parent) | 
| virtual void | Streamer(TBuffer& b) | 
| void | StreamerNVirtual(TBuffer& b) | 
| void | CheckDestroy() | 
| Int_t | fClientCnt | |
| Int_t | fCnt | |
| list<TGLContext*,allocator<TGLContext*> > | fCtxs | |
| list<pair<unsigned int,int>,allocator<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.