Home
last modified time | relevance | path

Searched defs:GLVersionInfo (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_version_info.h17 struct GL_EXPORT GLVersionInfo { struct
22 bool IsAtLeastGL(unsigned major, unsigned minor) const { in IsAtLeastGL()
37 bool BehavesLikeGLES() const { in BehavesLikeGLES()
41 bool SupportsFixedType() const { in SupportsFixedType()
44 struct VersionStrings {
59 bool NeedsLuminanceAlphaEmulation() const { in NeedsLuminanceAlphaEmulation()
63 bool is_es = false;
64 bool is_angle = false;
65 bool is_d3d = false;
66 bool is_mesa = false;
[all …]
H A Dgl_version_info.cc30 GLVersionInfo::GLVersionInfo(const char* version_str, in GLVersionInfo() function in gl::GLVersionInfo
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_version_info.h17 struct GL_EXPORT GLVersionInfo { struct
22 bool IsAtLeastGL(unsigned major, unsigned minor) const { in IsAtLeastGL()
27 bool IsLowerThanGL(unsigned major, unsigned minor) const { in IsLowerThanGL()
32 bool IsAtLeastGLES(unsigned major, unsigned minor) const { in IsAtLeastGLES()
37 bool BehavesLikeGLES() const { in BehavesLikeGLES()
41 bool SupportsFixedType() const { in SupportsFixedType()
44 struct VersionStrings {
59 bool NeedsLuminanceAlphaEmulation() const { in NeedsLuminanceAlphaEmulation()
63 bool is_es;
64 bool is_angle;
[all …]
H A Dgl_version_info.cc28 GLVersionInfo::GLVersionInfo(const char* version_str, in GLVersionInfo() function in gl::GLVersionInfo