Flutter Engine
The Flutter Engine
|
#include <description_gles.h>
Public Member Functions | |
DescriptionGLES (const ProcTableGLES &gl) | |
~DescriptionGLES () | |
bool | IsValid () const |
bool | IsES () const |
std::string | GetString () const |
Version | GetGlVersion () const |
bool | HasExtension (const std::string &ext) const |
bool | HasDebugExtension () const |
Returns whether GLES includes the debug extension. More... | |
bool | IsANGLE () const |
Definition at line 17 of file description_gles.h.
|
explicit |
Definition at line 82 of file description_gles.cc.
|
default |
Version impeller::DescriptionGLES::GetGlVersion | ( | ) | const |
Definition at line 164 of file description_gles.cc.
std::string impeller::DescriptionGLES::GetString | ( | ) | const |
Definition at line 129 of file description_gles.cc.
bool impeller::DescriptionGLES::HasDebugExtension | ( | ) | const |
Returns whether GLES includes the debug extension.
Definition at line 180 of file description_gles.cc.
bool impeller::DescriptionGLES::HasExtension | ( | const std::string & | ext | ) | const |
Definition at line 176 of file description_gles.cc.
bool impeller::DescriptionGLES::IsANGLE | ( | ) | const |
Definition at line 172 of file description_gles.cc.
bool impeller::DescriptionGLES::IsES | ( | ) | const |
Definition at line 168 of file description_gles.cc.
bool impeller::DescriptionGLES::IsValid | ( | ) | const |
Definition at line 125 of file description_gles.cc.