Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrSingleTextureEffect.h43 if (GrPixelConfigIsAlphaOnly(this->texture(0)->config())) { in updateInvariantOutputForModulation()
DGrTextureDomain.cpp275 if (GrPixelConfigIsAlphaOnly(this->texture(0)->config())) { in onComputeInvariantOutput()
/external/skia/src/gpu/gl/builders/
DGrGLShaderBuilder.cpp133 if (caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(config)) { in GetTexParamSwizzle()
DGrGLFragmentShaderBuilder.cpp87 if (!caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(dstCopy->config())) { in KeyForDstRead()
/external/skia/include/gpu/
DGrTypes.h374 static inline bool GrPixelConfigIsAlphaOnly(GrPixelConfig config) { in GrPixelConfigIsAlphaOnly() function
/external/skia/src/effects/
DSkAlphaThresholdFilter.cpp233 if (GrPixelConfigIsAlphaOnly(this->texture(0)->config())) { in onComputeInvariantOutput()
/external/skia/src/gpu/
DSkGr.cpp211 if (GrPixelConfigIsAlphaOnly(rtDesc.fConfig)) { in stretch_texture_to_next_pot()
DGrAtlasTextContext.cpp1471 if (GrPixelConfigIsAlphaOnly(fPixelConfig)) { in getInvariantOutputCoverage()