Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
flutter::SwitchableGLContext Class Referenceabstract

#include <gl_context_switch.h>

Inheritance diagram for flutter::SwitchableGLContext:
flutter::testing::TestSwitchableGLContext

Public Member Functions

 SwitchableGLContext ()
 
virtual ~SwitchableGLContext ()
 
virtual bool SetCurrent ()=0
 
virtual bool RemoveCurrent ()=0
 
 FML_DISALLOW_COPY_AND_ASSIGN (SwitchableGLContext)
 

Detailed Description

Definition at line 23 of file gl_context_switch.h.

Constructor & Destructor Documentation

◆ SwitchableGLContext()

flutter::SwitchableGLContext::SwitchableGLContext ( )
default

◆ ~SwitchableGLContext()

flutter::SwitchableGLContext::~SwitchableGLContext ( )
virtualdefault

Member Function Documentation

◆ FML_DISALLOW_COPY_AND_ASSIGN()

flutter::SwitchableGLContext::FML_DISALLOW_COPY_AND_ASSIGN ( SwitchableGLContext  )

◆ RemoveCurrent()

virtual bool flutter::SwitchableGLContext::RemoveCurrent ( )
pure virtual

◆ SetCurrent()

virtual bool flutter::SwitchableGLContext::SetCurrent ( )
pure virtual

The documentation for this class was generated from the following files: