Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLCaps.cpp28 fSampleVariablesSupport = false; in GrGLSLCaps()
70 r.appendf("Sample variables support: %s\n", (fSampleVariablesSupport ? "YES" : "NO")); in dump()
DGrGLSLCaps.h61 bool sampleVariablesSupport() const { return fSampleVariablesSupport; } in sampleVariablesSupport()
160 bool fSampleVariablesSupport : 1; variable
/external/skia/src/gpu/gl/
DGrGLCaps.cpp650 glslCaps->fSampleVariablesSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
653 glslCaps->fSampleVariablesSupport = true; in initGLSL()
655 glslCaps->fSampleVariablesSupport = true; in initGLSL()
660 if (glslCaps->fSampleVariablesSupport) { in initGLSL()