#include <description_gles.h>
Public Member Functions | |
| DescriptionGLES (const ProcTableGLES &gl) | |
| ~DescriptionGLES () | |
| bool | IsValid () const |
| bool | IsES () const |
| std::string | GetString () const |
| bool | HasExtension (const std::string &ext) const |
| bool | HasDebugExtension () const |
Definition at line 17 of file description_gles.h.
| impeller::DescriptionGLES::DescriptionGLES | ( | const ProcTableGLES & | gl | ) |
Definition at line 78 of file description_gles.cc.
References impeller::DetermineIfES(), impeller::DetermineVersion(), impeller::GetGLString(), impeller::GetGLStringi(), impeller::Version::IsAtLeast(), and VALIDATION_LOG.
|
default |
| std::string impeller::DescriptionGLES::GetString | ( | ) | const |
| bool impeller::DescriptionGLES::HasDebugExtension | ( | ) | const |
Definition at line 167 of file description_gles.cc.
References HasExtension().
| bool impeller::DescriptionGLES::HasExtension | ( | const std::string & | ext | ) | const |
Definition at line 163 of file description_gles.cc.
Referenced by HasDebugExtension().
| bool impeller::DescriptionGLES::IsES | ( | ) | const |
Definition at line 159 of file description_gles.cc.
Referenced by impeller::CapabilitiesGLES::CapabilitiesGLES().
| bool impeller::DescriptionGLES::IsValid | ( | ) | const |
Definition at line 120 of file description_gles.cc.
Referenced by GetString().