Definition at line 67 of file TGLContextPrivate.h.
 
#include </home/sftnight/build/workspace/root-makedoc-v628/rootspi/rdoc/src/v6-28-00-patches/graf3d/gl/src/TGLContextPrivate.h>
◆ TGLContextPrivate() [1/2]
  
  
      
        
          | TGLContextPrivate::TGLContextPrivate  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ TGLContextPrivate() [2/2]
◆ GetCurrentContext()
  
  
      
        
          | TGLContext * TGLContextPrivate::GetCurrentContext  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ operator=()
◆ RegisterContext()
  
  
      
        
          | void TGLContextPrivate::RegisterContext  | 
          ( | 
          TGLContext *  | 
          ctx | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Register gl-context to find it later as current (GetCurrentContext) 
Definition at line 16 of file TGLContextPrivate.cxx.
 
 
◆ RemoveContext()
  
  
      
        
          | void TGLContextPrivate::RemoveContext  | 
          ( | 
          TGLContext *  | 
          ctx | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ fDpy
      
        
          | Display* TGLContextPrivate::fDpy | 
        
      
 
 
◆ fgContexts
  
  
      
        
          | std::map< GLXContext, TGLContext * > TGLContextPrivate::fgContexts | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ fGLContext
      
        
          | GLXContext TGLContextPrivate::fGLContext | 
        
      
 
 
◆ fVisualInfo
◆ fWindowID
      
        
          | Window TGLContextPrivate::fWindowID |