Searched refs:sampleMaskSupport (Results 1 – 7 of 7) sorted by relevance
73 bool sampleMaskSupport() const { return fSampleMaskSupport; } in sampleMaskSupport() function234 SkASSERT(this->sampleMaskSupport()); in sampleVariablesExtensionString()
97 bool sampleMaskSupport() const { in sampleMaskSupport() function
805 SkASSERT(fProgram.fSettings.fCaps->sampleMaskSupport()); in writeFunctionCall()
100 if (!shaderCaps.sampleMaskSupport()) { in maskOffMultisampleCoverage()
315 if (!ctx->priv().caps()->shaderCaps()->sampleMaskSupport()) { in onDraw()
45 shaderCaps.sampleMaskSupport()) { in IsSupported()
50 if (!caps.sampleLocationsSupport() || !caps.shaderCaps()->sampleMaskSupport() || in Make()