Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTargetContext.cpp122 GrAAType GrChooseAAType(GrAA aa, GrFSAAType fsaaType, GrAllowMixedSamples allowMixedSamples, in GrChooseAAType()
138 return GrAllowMixedSamples::kYes == allowMixedSamples ? GrAAType::kMixedSamples in GrChooseAAType()
639 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawFilledRectAsClear()
667 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawFilledRect()
732 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawRect()
748 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawQuadSet()
891 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in fillRectWithEdgeAA()
938 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in fillQuadWithEdgeAA()
987 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawTexture()
1036 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawTextureQuad()
[all …]
DGrRenderTargetContext.h471 inline GrAAType chooseAAType(GrAA aa, GrAllowMixedSamples allowMixedSamples) { in chooseAAType()
DGrClipStackClip.cpp129 GrAllowMixedSamples::kYes, in PathNeedsSWRenderer()
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp117 GrAAType GrChooseAAType(GrAA aa, GrFSAAType fsaaType, GrAllowMixedSamples allowMixedSamples, in GrChooseAAType()
133 return GrAllowMixedSamples::kYes == allowMixedSamples ? GrAAType::kMixedSamples in GrChooseAAType()
643 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawFilledRectAsClear()
671 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawFilledRect()
736 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawRect()
752 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawQuadSet()
907 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in fillRectToRect()
923 GrAAType aaType = this->chooseAAType(GrAA::kYes, GrAllowMixedSamples::kNo); in fillRectWithEdgeAA()
959 this->chooseAAType(GrAA(aaFlags != GrQuadAAFlags::kNone), GrAllowMixedSamples::kNo); in drawTexture()
983 GrAAType aaType = this->chooseAAType(GrAA::kYes, GrAllowMixedSamples::kNo); in drawTextureSet()
[all …]
DGrRenderTargetContext.h435 inline GrAAType chooseAAType(GrAA aa, GrAllowMixedSamples allowMixedSamples) { in chooseAAType()
DGrClipStackClip.cpp128 GrAllowMixedSamples::kYes, in PathNeedsSWRenderer()
/external/skqp/include/private/
DGrTypesPriv.h319 enum class GrAllowMixedSamples : bool { kNo = false, kYes = true }; enum
321 GrAAType GrChooseAAType(GrAA, GrFSAAType, GrAllowMixedSamples, const GrCaps&);
/external/skia/include/private/
DGrTypesPriv.h319 enum class GrAllowMixedSamples : bool { kNo = false, kYes = true }; enum
321 GrAAType GrChooseAAType(GrAA, GrFSAAType, GrAllowMixedSamples, const GrCaps&);