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