Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
DSkGpuDevice_drawTexture.cpp45 GrFSAAType fsaaType) { in may_color_bleed() argument
50 if (GrFSAAType::kUnifiedMSAA == fsaaType) { in may_color_bleed()
74 GrFSAAType fsaaType) { in can_ignore_bilerp_constraint() argument
81 !may_color_bleed(srcRect, transformedRect, srcRectToDeviceSpace, fsaaType)) { in can_ignore_bilerp_constraint()
189 fRenderTargetContext->fsaaType())) { in drawTextureProducerImpl()
DGrDrawOpTest.h28 GrFSAAType fsaaType)
31 GrContext* context, GrFSAAType fsaaType)
DGrRenderTargetContext.h314 GrFSAAType fsaaType() const { return fRenderTargetProxy->fsaaType(); } in fsaaType() function
363 return GrChooseAAType(aa, this->fsaaType(), allowMixedSamples, *this->caps());
DGrPathRenderer.h158 GrFSAAType::kUnifiedMSAA != args.fRenderTargetContext->fsaaType())); in drawPath()
160 GrFSAAType::kMixedSamples != args.fRenderTargetContext->fsaaType())); in drawPath()
DGrClipStackClip.cpp121 renderTargetContext->fsaaType(), in PathNeedsSWRenderer()
298 GrFSAAType::kNone != renderTargetContext->fsaaType() && !avoidStencilBuffers; in apply()
315 if ((GrFSAAType::kNone == renderTargetContext->fsaaType() && reducedClip.requiresAA()) || in apply()
DSkGpuDevice.cpp835 bool drawAA = GrFSAAType::kUnifiedMSAA != fRenderTargetContext->fsaaType() && in drawBitmap()
931 if (origPaint.isAntiAlias() && GrFSAAType::kUnifiedMSAA != fRenderTargetContext->fsaaType()) { in drawTiledBitmap()
1078 GrFSAAType::kNone != fRenderTargetContext->fsaaType()); in drawBitmapTile()
1202 bool useCoverageAA = GrFSAAType::kUnifiedMSAA != fRenderTargetContext->fsaaType() && in drawBitmapRect()
1404 GrFSAAType::kUnifiedMSAA == fRenderTargetContext->fsaaType(); in drawProducerNine()
DGrDrawingManager.cpp338 GrFSAAType::kNone != rtp->fsaaType()) { in makeRenderTargetContext()
DGrRenderTargetContext.cpp61 GrAAType GrChooseAAType(GrAA aa, GrFSAAType fsaaType, GrAllowMixedSamples allowMixedSamples, in GrChooseAAType() argument
66 if (fsaaType == GrFSAAType::kUnifiedMSAA && !caps.multisampleDisableSupport()) { in GrChooseAAType()
71 switch (fsaaType) { in GrChooseAAType()
DGrReducedClip.cpp718 if (element->isAA() && GrFSAAType::kNone != renderTargetContext->fsaaType()) { in drawStencilClipMask()
/external/skia/include/private/
DGrInstancedPipelineInfo.h19 : fIsMultisampled(GrFSAAType::kNone != rtp->fsaaType()) in GrInstancedPipelineInfo()
20 , fIsMixedSampled(GrFSAAType::kMixedSamples == rtp->fsaaType()) in GrInstancedPipelineInfo()
DGrRenderTargetProxy.h28 GrFSAAType fsaaType() const { in fsaaType() function
47 return GrFSAAType::kMixedSamples == this->fsaaType() ? 0 : fSampleCnt; in numColorSamples()
/external/skia/include/gpu/
DGrRenderTarget.h35 GrFSAAType fsaaType() const { in fsaaType() function
53 return GrFSAAType::kMixedSamples == this->fsaaType() ? 0 : fSampleCnt; in numColorSamples()
/external/skia/src/gpu/gl/
DGrGLRenderTarget.h51 if (GrFSAAType::kUnifiedMSAA != this->fsaaType() || fRTFBOID == fTexFBOID) { in getResolveType()
/external/skia/tests/
DProxyTest.cpp76 REPORTER_ASSERT(reporter, rt->fsaaType() == rtProxy->fsaaType()); in check_rendertarget()
/external/skia/src/gpu/effects/
DGrCoverageSetOpXP.cpp231 bool isMixedSamples = GrFSAAType::kMixedSamples == d->fRenderTargetContext->fsaaType(); in TestGet()
/external/skia/src/gpu/ops/
DGrRegionOp.cpp200 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
DGrNonAAStrokeRectOp.cpp224 if (fsaaType == GrFSAAType::kUnifiedMSAA) { in GR_DRAW_OP_TEST_DEFINE()
DGrDrawAtlasOp.cpp251 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
DGrAALinearizingConvexPathRenderer.cpp326 SkASSERT(GrFSAAType::kUnifiedMSAA != args.fRenderTargetContext->fsaaType()); in onDrawPath()
DGrTessellatingPathRenderer.cpp390 } while(GrAAType::kMSAA == aaType && GrFSAAType::kUnifiedMSAA != fsaaType); in GR_DRAW_OP_TEST_DEFINE()
DGrDrawVerticesOp.cpp417 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
DGrNonAAFillRectOp.cpp415 if (fsaaType == GrFSAAType::kUnifiedMSAA) { in GR_DRAW_OP_TEST_DEFINE()
DGrDefaultPathRenderer.cpp666 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
/external/skia/gm/
Dwindowrectangles.cpp190 if (GrFSAAType::kNone == rtc->fsaaType()) { in onCoverClipStack()
/external/skia/tools/gpu/
DGrTest.cpp339 std::move(paint), random, context, renderTargetContext->fsaaType()); in GrDrawRandomOp()

12