Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
description_gles.cc File Reference
#include "impeller/renderer/backend/gles/description_gles.h"
#include <algorithm>
#include <cctype>
#include <iomanip>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include "impeller/base/strings.h"
#include "impeller/base/validation.h"
#include "impeller/renderer/backend/gles/proc_table_gles.h"

Go to the source code of this file.

Namespaces

namespace  impeller
 

Functions

static std::string impeller::GetGLString (const ProcTableGLES &gl, GLenum name)
 
static std::string impeller::GetGLStringi (const ProcTableGLES &gl, GLenum name, int index)
 
static bool impeller::DetermineIfES (const std::string &version)
 
static bool impeller::DetermineIfANGLE (const std::string &version)
 
static std::optional< Versionimpeller::DetermineVersion (std::string version)