Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h281 bool textureRedSupport() const { return fTextureRedSupport; } in textureRedSupport()
400 bool fTextureRedSupport : 1; variable
DGrGLCaps.cpp37 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()