Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h74 bool sampleVariablesSupport() const { return fSampleVariablesSupport; } in sampleVariablesSupport()
253 bool fSampleVariablesSupport : 1; variable
DGrShaderCaps.cpp49 fSampleVariablesSupport = false; in GrShaderCaps()
126 writer->appendBool("Sample variables support", fSampleVariablesSupport); in dumpJSON()
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h36 fShaderCaps->fSampleVariablesSupport = true; in GrMockCaps()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp860 shaderCaps->fSampleVariablesSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
863 shaderCaps->fSampleVariablesSupport = true; in initGLSL()
865 shaderCaps->fSampleVariablesSupport = true; in initGLSL()
869 shaderCaps->fSampleVariablesStencilSupport = shaderCaps->fSampleVariablesSupport; in initGLSL()
876 shaderCaps->fSampleVariablesSupport = false; in initGLSL()