Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetContext.cpp472 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawFilledRect()
573 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawRect()
726 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in fillRectToRect()
788 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawTextureAffine()
813 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in fillRectWithLocalMatrix()
856 GrAAType aaType = this->chooseAAType(GrAA::kNo, GrAllowMixedSamples::kNo); in drawVertices()
920 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawRRect()
1151 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawFilledDRRect()
1311 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawOval()
1342 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawArc()
[all …]
H A DGrRenderTargetContext.h388 inline GrAAType chooseAAType(GrAA aa, GrAllowMixedSamples allowMixedSamples) { in chooseAAType()
H A DGrClipStackClip.cpp126 GrAllowMixedSamples::kYes, in PathNeedsSWRenderer()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/private/
H A DGrTypesPriv.h110 enum class GrAllowMixedSamples : bool { kNo = false, kYes = true }; enum
112 GrAAType GrChooseAAType(GrAA, GrFSAAType, GrAllowMixedSamples, const GrCaps&);