Home
last modified time | relevance | path

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

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