Home
last modified time | relevance | path

Searched refs:textureRedSupport (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLShaderBuilder.cpp42 if (caps.textureRedSupport() && (GrTextureAccess::kA_SwizzleFlag & access.swizzleMask())) { in swizzle_requires_alpha_remapping()
61 char alphaChar = caps.textureRedSupport() ? 'r' : 'a'; in append_swizzle()
155 if (caps.textureRedSupport()) { in GetTexParamSwizzle()
DGrGLCaps.h214 bool textureRedSupport() const { return fTextureRedSupport; } in textureRedSupport() function
DGrGpuGL.cpp326 this->glCaps().textureRedSupport(); in fillInConfigRenderableTable()
2247 if (this->glCaps().textureRedSupport()) { in configToGLFormats()