Testing support class for GlfGLContext.
More...
|
|
static GLF_API void | RegisterGLContextCallbacks () |
| |
|
static GLF_API GlfTestGLContextSharedPtr | Create (GlfTestGLContextSharedPtr const &share) |
| |
| static GLF_API GlfGLContextSharedPtr | GetCurrentGLContext () |
| | Returns an instance for the current GL context. More...
|
| |
| static GLF_API GlfGLContextSharedPtr | GetSharedGLContext () |
| | Returns an instance for the shared GL context. More...
|
| |
| static GLF_API void | MakeCurrent (const GlfGLContextSharedPtr &context) |
| | Makes context current if valid, otherwise makes no context current. More...
|
| |
| static GLF_API bool | AreSharing (GlfGLContextSharedPtr const &context1, GlfGLContextSharedPtr const &context2) |
| | Returns true if context1 and context2 are sharing. More...
|
| |
| static GLF_API bool | IsInitialized () |
| | Returns whether this interface has been initialized. More...
|
| |
| static GLF_API void | DoneCurrent () |
| | Makes no context current. More...
|
| |
|
| virtual GLF_API void | _MakeCurrent () |
| | Makes this context current. More...
|
| |
| virtual GLF_API bool | _IsSharing (const GlfGLContextSharedPtr &rhs) const |
| | Returns true if this context is sharing with rhs. More...
|
| |
| virtual GLF_API bool | _IsEqual (const GlfGLContextSharedPtr &rhs) const |
| | Returns true if this context is equal to rhs. More...
|
| |
|
|
class | GlfTestGLContextRegistrationInterface |
| |
Testing support class for GlfGLContext.
Definition at line 45 of file testGLContext.h.
◆ _IsEqual()
| virtual GLF_API bool _IsEqual |
( |
const GlfGLContextSharedPtr & |
rhs | ) |
const |
|
protectedvirtual |
Returns true if this context is equal to rhs.
Implements GlfGLContext.
◆ _IsSharing()
| virtual GLF_API bool _IsSharing |
( |
const GlfGLContextSharedPtr & |
rhs | ) |
const |
|
protectedvirtual |
Returns true if this context is sharing with rhs.
Implements GlfGLContext.
◆ _MakeCurrent()
| virtual GLF_API void _MakeCurrent |
( |
| ) |
|
|
protectedvirtual |
◆ IsValid()
| virtual GLF_API bool IsValid |
( |
| ) |
const |
|
virtual |
Returns true if this context is valid.
Implements GlfGLContext.
The documentation for this class was generated from the following file: