Searched refs:fTextureRedSupport (Results 1 – 2 of 2) sorted by relevance
281 bool textureRedSupport() const { return fTextureRedSupport; } in textureRedSupport()400 bool fTextureRedSupport : 1; variable
37 fTextureRedSupport = false; in GrGLCaps()133 fTextureRedSupport = version >= GR_GL_VER(3,0) || in init()136 fTextureRedSupport = version >= GR_GL_VER(3,0) || in init()1033 r.appendf("GL_R support: %s\n", (fTextureRedSupport ? "YES": "NO")); in dump()