Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h223 bool textureRedSupport() const { return fTextureRedSupport; } in textureRedSupport() function
DGrGLShaderBuilder.cpp72 char alphaChar = gpu->glCaps().textureRedSupport() ? 'r' : 'a'; in append_texture_lookup()
331 if (caps.textureRedSupport()) { in GetTexParamSwizzle()
DGrGLProgramEffects.cpp58 if (caps.textureRedSupport() && (kA_GrColorComponentFlag & swizzleComponentMask)) { in swizzle_requires_alpha_remapping()
DGrGpuGL.cpp2368 if (this->glCaps().textureRedSupport()) { in configToGLFormats()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLCaps.h223 bool textureRedSupport() const { return fTextureRedSupport; } in textureRedSupport() function
DGrGLShaderBuilder.cpp72 char alphaChar = gpu->glCaps().textureRedSupport() ? 'r' : 'a'; in append_texture_lookup()
331 if (caps.textureRedSupport()) { in GetTexParamSwizzle()
DGrGLProgramEffects.cpp58 if (caps.textureRedSupport() && (kA_GrColorComponentFlag & swizzleComponentMask)) { in swizzle_requires_alpha_remapping()
DGrGpuGL.cpp2368 if (this->glCaps().textureRedSupport()) { in configToGLFormats()