Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h78 bool sampleVariablesStencilSupport() const { return fSampleVariablesStencilSupport; } in sampleVariablesStencilSupport() function
225 SkASSERT(this->sampleVariablesSupport() || this->sampleVariablesStencilSupport()); in sampleVariablesExtensionString()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp97 if (!shaderCaps.sampleVariablesSupport() && !shaderCaps.sampleVariablesStencilSupport()) { in maskOffMultisampleCoverage()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp46 shaderCaps.sampleVariablesStencilSupport()) { in IsSupported()