Home
last modified time | relevance | path

Searched refs:withMSAA (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkCaps.h52 bool isConfigRenderableLinearly(GrPixelConfig config, bool withMSAA) const { in isConfigRenderableLinearly() argument
53 return !withMSAA && SkToBool(ConfigInfo::kRenderable_Flag & in isConfigRenderableLinearly()
/external/skqp/src/gpu/
DGrCaps.h178 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const { in isConfigRenderable() argument
179 return this->maxRenderTargetSampleCount(config) > (withMSAA ? 1 : 0); in isConfigRenderable()