Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrShaderCaps.h125 bool sampleVariablesSupport() const { return fSampleVariablesSupport; } in sampleVariablesSupport()
285 bool fSampleVariablesSupport : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.cpp67 fSampleVariablesSupport = false; in GrShaderCaps()
157 r.appendf("Sample variables support: %s\n", (fSampleVariablesSupport ? "YES" : "NO")); in dump()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp796 shaderCaps->fSampleVariablesSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
799 shaderCaps->fSampleVariablesSupport = true; in initGLSL()
801 shaderCaps->fSampleVariablesSupport = true; in initGLSL()
806 if (shaderCaps->fSampleVariablesSupport && in initGLSL()