Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrCaps.h162 bool sampleShadingSupport() const { return fSampleShadingSupport; } in sampleShadingSupport()
212 bool fSampleShadingSupport : 1; variable
/external/skia/src/gpu/
DGrCaps.cpp51 fSampleShadingSupport = false; in GrCaps()
138 r.appendf("Sample shading support : %s\n", gNY[fSampleShadingSupport]); in dump()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp187 fSampleShadingSupport = SkToBool(featureFlags & kSampleRateShading_GrVkFeatureFlag); in initGrCaps()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp608 fSampleShadingSupport = true; in init()
611 fSampleShadingSupport = true; in init()