Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrXferProcessor.cpp190 bool GrXPFactory::CompatibleWithCoverageAsAlpha(const GrXPFactory* factory, bool colorIsOpaque) { in CompatibleWithCoverageAsAlpha() function in GrXPFactory
DGrXferProcessor.h316 static bool CompatibleWithCoverageAsAlpha(const GrXPFactory*, bool colorIsOpaque);
/external/skia/src/gpu/instanced/
DInstancedRendering.cpp372 !GrXPFactory::CompatibleWithCoverageAsAlpha(fProcessors.xpFactory(), in xpRequiresDstTexture()