Searched refs:chooseAAType (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 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() 1034 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in fillRectWithLocalMatrix() 1054 GrAAType aaType = this->chooseAAType(GrAA::kNo, GrAllowMixedSamples::kNo); in drawVertices() [all …]
|
D | GrRenderTargetContext.h | 435 inline GrAAType chooseAAType(GrAA aa, GrAllowMixedSamples allowMixedSamples) { in chooseAAType() function
|
/external/skia/src/gpu/ |
D | GrSurfaceDrawContext.cpp | 329 inline GrAAType GrSurfaceDrawContext::chooseAAType(GrAA aa) { in chooseAAType() function in GrSurfaceDrawContext 644 aaType = this->chooseAAType(aa); in drawFilledQuad() 726 GrAAType aaType = this->chooseAAType(aa); in drawTexturedQuad() 768 GrAAType aaType = (fCanUseDynamicMSAA) ? GrAAType::kCoverage : this->chooseAAType(aa); in drawRect() 845 GrAAType aaType = this->chooseAAType(aa); in drawQuadSet() 969 GrAAType aaType = this->chooseAAType(aa); in drawTextureSet() 991 GrAAType aaType = this->chooseAAType(GrAA::kNo); in drawVertices() 1015 GrAAType aaType = this->chooseAAType(GrAA::kNo); in drawAtlas() 1082 GrAAType aaType = this->chooseAAType(aa); in drawRRect() 1359 GrAAType aaType = this->chooseAAType(GrAA::kNo); in drawRegion() [all …]
|
D | GrSurfaceDrawContext.h | 666 GrAAType chooseAAType(GrAA);
|