Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkCaps.h38 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const override { in isConfigRenderable() argument
48 bool isConfigRenderableLinearly(GrPixelConfig config, bool withMSAA) const { in isConfigRenderableLinearly() argument
49 return !withMSAA && SkToBool(ConfigInfo::kRenderable_Flag & in isConfigRenderableLinearly()
/external/skia/src/gpu/mock/
DGrMockCaps.h31 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const override { in isConfigRenderable() argument
32 return fOptions.fConfigOptions[config].fRenderable[withMSAA]; in isConfigRenderable()
/external/skia/src/gpu/gl/
DGrGLCaps.h121 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const override { in isConfigRenderable() argument
122 if (withMSAA) { in isConfigRenderable()
/external/skia/include/gpu/
DGrCaps.h144 virtual bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const = 0;