virtual GLF_API bool _IsSharing(const GlfGLContextSharedPtr &rhs) const 
Returns true if this context is sharing with rhs. 
 
virtual GLF_API bool _IsEqual(const GlfGLContextSharedPtr &rhs) const 
Returns true if this context is equal to rhs. 
 
static GLF_API GlfTestGLContextSharedPtr Create(GlfTestGLContextSharedPtr const &share)
 
static GLF_API void RegisterGLContextCallbacks()
 
virtual GLF_API bool IsValid() const 
Returns true if this context is valid. 
 
std::shared_ptr< class GlfTestGLContext > GlfTestGLContextSharedPtr
 
friend class GlfTestGLContextRegistrationInterface
 
virtual GLF_API void _MakeCurrent()
Makes this context current.