Home
last modified time | relevance | path

Searched refs:fsaaType (Results 1 – 25 of 31) sorted by relevance

12

/external/skqp/src/gpu/
DGrDrawOpTest.h28 GrFSAAType fsaaType)
31 GrContext* context, GrFSAAType fsaaType)
DSkGpuDevice_drawTexture.cpp47 GrFSAAType fsaaType) { in may_color_bleed() argument
52 if (GrFSAAType::kUnifiedMSAA == fsaaType) { in may_color_bleed()
76 GrFSAAType fsaaType) { in can_ignore_bilerp_constraint() argument
83 !may_color_bleed(srcRect, transformedRect, srcRectToDeviceSpace, fsaaType)) { in can_ignore_bilerp_constraint()
275 fRenderTargetContext->fsaaType())) { in drawTextureProducerImpl()
DGrPathRenderer.cpp58 GrFSAAType::kUnifiedMSAA != args.fRenderTargetContext->fsaaType())); in drawPath()
60 GrFSAAType::kMixedSamples != args.fRenderTargetContext->fsaaType())); in drawPath()
DGrRenderTargetContext.h380 GrFSAAType fsaaType() const { return fRenderTargetProxy->fsaaType(); } in fsaaType() function
436 return GrChooseAAType(aa, this->fsaaType(), allowMixedSamples, *this->caps()); in chooseAAType()
DGrClipStackClip.cpp127 renderTargetContext->fsaaType(), in PathNeedsSWRenderer()
206 if (GrFSAAType::kNone != renderTargetContext->fsaaType()) { in apply()
264 if ((GrFSAAType::kNone == renderTargetContext->fsaaType() && reducedClip.maskRequiresAA()) || in applyClipMask()
DSkGpuDevice.cpp809 bool drawAA = GrFSAAType::kUnifiedMSAA != fRenderTargetContext->fsaaType() && in drawBitmap()
905 if (origPaint.isAntiAlias() && GrFSAAType::kUnifiedMSAA != fRenderTargetContext->fsaaType()) { in drawTiledBitmap()
1046 GrFSAAType::kNone != fRenderTargetContext->fsaaType()); in drawBitmapTile()
1169 bool useCoverageAA = GrFSAAType::kUnifiedMSAA != fRenderTargetContext->fsaaType() && in drawBitmapRect()
DGrRenderTargetContext.cpp117 GrAAType GrChooseAAType(GrAA aa, GrFSAAType fsaaType, GrAllowMixedSamples allowMixedSamples, in GrChooseAAType() argument
122 if (fsaaType == GrFSAAType::kUnifiedMSAA && !caps.multisampleDisableSupport()) { in GrChooseAAType()
127 switch (fsaaType) { in GrChooseAAType()
/external/skqp/include/gpu/
DGrRenderTarget.h38 GrFSAAType fsaaType() const { in fsaaType() function
56 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt; in numColorSamples()
/external/skqp/include/private/
DGrRenderTargetProxy.h29 GrFSAAType fsaaType() const { in fsaaType() function
52 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt; in numColorSamples()
/external/skqp/include/core/
DSkSurfaceCharacterization.h75 GrFSAAType fsaaType() const { return fFSAAType; } in fsaaType() function
124 GrFSAAType fsaaType, in set() argument
145 fFSAAType = fsaaType; in set()
/external/skqp/src/gpu/gl/
DGrGLRenderTarget.h55 if (GrFSAAType::kUnifiedMSAA != this->fsaaType() || fRTFBOID == fTexFBOID) { in getResolveType()
/external/skqp/src/image/
DSkSurface_Gpu.cpp191 rtc->colorSpaceInfo().config(), rtc->fsaaType(), rtc->numStencilSamples(), in onCharacterize()
249 characterization.fsaaType() == rtc->fsaaType() && in isCompatible()
/external/skqp/tests/
DProxyTest.cpp72 REPORTER_ASSERT(reporter, rt->fsaaType() == rtProxy->fsaaType()); in check_rendertarget()
/external/skqp/src/gpu/effects/
DGrCoverageSetOpXP.cpp231 bool isMixedSamples = GrFSAAType::kMixedSamples == d->fRenderTargetContext->fsaaType(); in TestGet()
/external/skqp/src/gpu/ops/
DGrRegionOp.cpp208 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
DGrDrawAtlasOp.cpp256 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
DGrAALinearizingConvexPathRenderer.cpp336 SkASSERT(GrFSAAType::kUnifiedMSAA != args.fRenderTargetContext->fsaaType()); in onDrawPath()
DGrTessellatingPathRenderer.cpp414 } while(GrAAType::kMSAA == aaType && GrFSAAType::kUnifiedMSAA != fsaaType); in GR_DRAW_OP_TEST_DEFINE()
DGrDefaultPathRenderer.cpp702 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
DGrFillRectOp.cpp456 aaType = (fsaaType == GrFSAAType::kUnifiedMSAA) ? GrAAType::kMSAA : GrAAType::kCoverage; in GR_DRAW_OP_TEST_DEFINE()
DGrDrawVerticesOp.cpp650 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
DGrTextureOp.cpp631 aaType = (fsaaType == GrFSAAType::kUnifiedMSAA) ? GrAAType::kMSAA : GrAAType::kCoverage; in GR_DRAW_OP_TEST_DEFINE()
DGrAAConvexPathRenderer.cpp836 SkASSERT(GrFSAAType::kUnifiedMSAA != args.fRenderTargetContext->fsaaType()); in onDrawPath()
/external/skqp/gm/
Dwindowrectangles.cpp186 if (GrFSAAType::kNone == rtc->fsaaType()) { in onCoverClipStack()
/external/skqp/tools/gpu/
DGrTest.cpp394 std::move(paint), random, context, renderTargetContext->fsaaType()); in GrDrawRandomOp()

12