Home
last modified time | relevance | path

Searched refs:fTextureRedSupport (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h282 bool textureRedSupport() const { return fTextureRedSupport; } in textureRedSupport()
398 bool fTextureRedSupport : 1; variable
H A DGrGLCaps.cpp35 fTextureRedSupport = false; in GrGLCaps()
125 fTextureRedSupport = version >= GR_GL_VER(3,0) || in init()
128 fTextureRedSupport = version >= GR_GL_VER(3,0) || in init()
1136 r.appendf("GL_R support: %s\n", (fTextureRedSupport ? "YES": "NO")); in dump()