Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrShaderCaps.h123 bool multisampleInterpolationSupport() const { return fMultisampleInterpolationSupport; } in multisampleInterpolationSupport()
280 bool fMultisampleInterpolationSupport : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.cpp63 fMultisampleInterpolationSupport = false; in GrShaderCaps()
150 r.appendf("Multisample interpolation support: %s\n", (fMultisampleInterpolationSupport ? in dump()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp751 shaderCaps->fMultisampleInterpolationSupport = in initGLSL()
755 shaderCaps->fMultisampleInterpolationSupport = true; in initGLSL()
757 shaderCaps->fMultisampleInterpolationSupport = true; in initGLSL()