Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp41 fTextureRedSupport = false; in reset()
83 fTextureRedSupport = caps.fTextureRedSupport; in operator =()
188 fTextureRedSupport = version >= GR_GL_VER(3,0) || in init()
191 fTextureRedSupport = version >= GR_GL_VER(3,0) || in init()
423 fConfigRenderSupport[kAlpha_8_GrPixelConfig][kNo_MSAA] = fTextureRedSupport; in initConfigRenderableTable()
424 fConfigRenderSupport[kAlpha_8_GrPixelConfig][kYes_MSAA] = fTextureRedSupport; in initConfigRenderableTable()
496 if (ctxInfo.hasExtension("GL_EXT_color_buffer_half_float") && fTextureRedSupport) { in initConfigRenderableTable()
909 r.appendf("GL_R support: %s\n", (fTextureRedSupport ? "YES": "NO")); in dump()
DGrGLCaps.h226 bool textureRedSupport() const { return fTextureRedSupport; } in textureRedSupport()
350 bool fTextureRedSupport : 1; variable