Searched refs:withMSAA (Results 1 – 3 of 3) sorted by relevance
194 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const { in isConfigRenderable() argument196 return fConfigRenderSupport[config][withMSAA]; in isConfigRenderable()
1786 bool GrContext::isConfigRenderable(GrPixelConfig config, bool withMSAA) const { in isConfigRenderable()1787 return fGpu->caps()->isConfigRenderable(config, withMSAA); in isConfigRenderable()
195 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const;