Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLCaps.h61 bool sampleVariablesSupport() const { return fSampleVariablesSupport; } in sampleVariablesSupport() function
122 SkASSERT(this->sampleVariablesSupport()); in sampleVariablesExtensionString()
DGrGLSLFragmentShaderBuilder.cpp175 if (!glslCaps.sampleVariablesSupport()) { in maskSampleCoverage()
199 SkASSERT(glslCaps.sampleVariablesSupport()); in overrideSampleCoverage()