Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
flutter::GLContextResult Class Reference

#include <gl_context_switch.h>

Inheritance diagram for flutter::GLContextResult:
flutter::GLContextDefaultResult flutter::GLContextSwitch

Public Member Functions

 GLContextResult ()
 
virtual ~GLContextResult ()
 
bool GetResult ()
 

Protected Member Functions

 GLContextResult (bool static_result)
 
 FML_DISALLOW_COPY_AND_ASSIGN (GLContextResult)
 

Protected Attributes

bool result_
 

Detailed Description

Definition at line 50 of file gl_context_switch.h.

Constructor & Destructor Documentation

◆ GLContextResult() [1/2]

flutter::GLContextResult::GLContextResult ( )
default

◆ ~GLContextResult()

flutter::GLContextResult::~GLContextResult ( )
virtualdefault

◆ GLContextResult() [2/2]

flutter::GLContextResult::GLContextResult ( bool  static_result)
explicitprotected

Definition at line 17 of file gl_context_switch.cc.

17: result_(static_result){};

Member Function Documentation

◆ FML_DISALLOW_COPY_AND_ASSIGN()

flutter::GLContextResult::FML_DISALLOW_COPY_AND_ASSIGN ( GLContextResult  )
protected

◆ GetResult()

bool flutter::GLContextResult::GetResult ( )

Definition at line 19 of file gl_context_switch.cc.

19 {
20 return result_;
21};

Member Data Documentation

◆ result_

bool flutter::GLContextResult::result_
protected

Definition at line 61 of file gl_context_switch.h.


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