Home
last modified time | relevance | path

Searched refs:sampleVariablesSupport (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h74 bool sampleVariablesSupport() const { return fSampleVariablesSupport; } in sampleVariablesSupport() function
225 SkASSERT(this->sampleVariablesSupport() || this->sampleVariablesStencilSupport()); in sampleVariablesExtensionString()
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h99 bool sampleVariablesSupport() const { in sampleVariablesSupport() function
DREADME27 sk_Caps.sampleVariablesSupport. The value will be a constant boolean or int,
DSkSLIRGenerator.cpp130 CAP(sampleVariablesSupport); in fill_caps()
/third_party/flutter/skia/gm/
Dsamplelocations.cpp259 if (!ctx->priv().caps()->shaderCaps()->sampleVariablesSupport()) { in onDraw()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp97 if (!shaderCaps.sampleVariablesSupport() && !shaderCaps.sampleVariablesStencilSupport()) { in maskOffMultisampleCoverage()
/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp49 if (!caps.sampleLocationsSupport() || !caps.shaderCaps()->sampleVariablesSupport()) { in Make()