Home
last modified time | relevance | path

Searched refs:fSampleVariablesStencilSupport (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h78 bool sampleVariablesStencilSupport() const { return fSampleVariablesStencilSupport; } in sampleVariablesStencilSupport()
254 bool fSampleVariablesStencilSupport : 1; variable
DGrShaderCaps.cpp50 fSampleVariablesStencilSupport = false; in GrShaderCaps()
128 fSampleVariablesStencilSupport); in dumpJSON()
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h37 fShaderCaps->fSampleVariablesStencilSupport = true; in GrMockCaps()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp869 shaderCaps->fSampleVariablesStencilSupport = shaderCaps->fSampleVariablesSupport; in initGLSL()