Home
last modified time | relevance | path

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

1234

/external/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp66 const GrCaps& caps, const GrAppliedClip* clip, GrFSAAType fsaaType, GrClampType clampType, in finalizeProcessors() argument
70 caps, clip, fsaaType, clampType, geometryCoverage, &color); in finalizeProcessors()
77 GrFSAAType fsaaType, GrClampType clampType, GrProcessorAnalysisCoverage geometryCoverage, in finalizeProcessors() argument
89 analysis = fProcessors->finalize(*geometryColor, coverage, clip, userStencil, fsaaType, in finalizeProcessors()
152 const GrCaps& caps, const GrAppliedClip* clip, GrFSAAType fsaaType, GrClampType clampType, in finalizeProcessors() argument
156 caps, clip, fsaaType, clampType, geometryCoverage, &color); in finalizeProcessors()
DGrSimpleMeshDrawOpHelper.h72 const GrCaps& caps, const GrAppliedClip* clip, GrFSAAType fsaaType, in finalizeProcessors() argument
75 return this->finalizeProcessors(caps, clip, &GrUserStencilSettings::kUnused, fsaaType, in finalizeProcessors()
168 const GrCaps& caps, const GrAppliedClip* clip, GrFSAAType fsaaType, in finalizeProcessors() argument
172 caps, clip, fStencilSettings, fsaaType, clampType, geometryCoverage, geometryColor); in finalizeProcessors()
DGrDrawPathOp.h34 GrFSAAType fsaaType, GrClampType clampType) override { in finalize() argument
35 return this->doProcessorAnalysis(caps, clip, fsaaType, clampType); in finalize()
DGrRegionOp.cpp92 GrFSAAType fsaaType, GrClampType clampType) override { in finalize() argument
93 return fHelper.finalizeProcessors(caps, clip, fsaaType, clampType, in finalize()
214 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
DGrDrawPathOp.cpp58 const GrCaps& caps, const GrAppliedClip* clip, GrFSAAType fsaaType, in doProcessorAnalysis() argument
61 fInputColor, GrProcessorAnalysisCoverage::kNone, clip, &kCoverPass, fsaaType, caps, in doProcessorAnalysis()
DGrDrawAtlasOp.cpp249 GrFSAAType fsaaType, GrClampType clampType) { in finalize() argument
257 caps, clip, fsaaType, clampType, GrProcessorAnalysisCoverage::kNone, &gpColor); in finalize()
336 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
DGrTessellatingPathRenderer.cpp231 GrFSAAType fsaaType, GrClampType clampType) override { in finalize() argument
235 return fHelper.finalizeProcessors(caps, clip, fsaaType, clampType, coverage, &fColor); in finalize()
418 } while(GrAAType::kMSAA == aaType && GrFSAAType::kUnifiedMSAA != fsaaType); in GR_DRAW_OP_TEST_DEFINE()
DGrAALinearizingConvexPathRenderer.cpp191 GrFSAAType fsaaType, GrClampType clampType) override { in finalize() argument
193 caps, clip, fsaaType, clampType, GrProcessorAnalysisCoverage::kSingleChannel, in finalize()
340 SkASSERT(GrFSAAType::kUnifiedMSAA != args.fRenderTargetContext->fsaaType()); in onDrawPath()
DGrStrokeRectOp.cpp167 GrFSAAType fsaaType, GrClampType clampType) override { in finalize() argument
169 caps, clip, fsaaType, clampType, GrProcessorAnalysisCoverage::kNone, &fColor); in finalize()
414 GrFSAAType fsaaType, GrClampType clampType) override { in finalize() argument
416 caps, clip, fsaaType, clampType, GrProcessorAnalysisCoverage::kSingleChannel, in finalize()
801 if (fsaaType == GrFSAAType::kUnifiedMSAA) { in GR_DRAW_OP_TEST_DEFINE()
/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()
/external/skia/src/gpu/
DGrDrawOpTest.h30 GrRecordingContext* context, GrFSAAType fsaaType)
33 GrRecordingContext* context, GrFSAAType fsaaType)
DGrPathRenderer.cpp58 GrFSAAType::kUnifiedMSAA != args.fRenderTargetContext->fsaaType())); in drawPath()
60 GrFSAAType::kMixedSamples != args.fRenderTargetContext->fsaaType())); in drawPath()
DSkGpuDevice_drawTexture.cpp54 GrFSAAType fsaaType) { in may_color_bleed() argument
59 if (GrFSAAType::kUnifiedMSAA == fsaaType) { in may_color_bleed()
83 GrFSAAType fsaaType) { in can_ignore_bilerp_constraint() argument
90 !may_color_bleed(srcRect, transformedRect, srcRectToDeviceSpace, fsaaType)) { in can_ignore_bilerp_constraint()
290 if (can_ignore_bilerp_constraint(*producer, src, combinedMatrix, rtc->fsaaType())) { in draw_texture_producer()
DGrRenderTargetContext.h423 GrFSAAType fsaaType() const { return fRenderTargetProxy->fsaaType(); } in fsaaType() function
472 return GrChooseAAType(aa, this->fsaaType(), allowMixedSamples, *this->caps()); in chooseAAType()
/external/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp101 rtc->colorSpaceInfo().config(), rtc->fsaaType(), rtc->numStencilSamples(), in characterize()
153 characterization.fsaaType() == rtc->fsaaType() && in isCompatible()
/external/skqp/include/gpu/
DGrRenderTarget.h38 GrFSAAType fsaaType() const { in fsaaType() function
56 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt; in numColorSamples()
/external/skia/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/skia/include/private/
DGrRenderTargetProxy.h29 GrFSAAType fsaaType() const { in fsaaType() function
52 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt; in numColorSamples()
/external/skia/include/core/
DSkSurfaceCharacterization.h75 GrFSAAType fsaaType() const { return fFSAAType; } in fsaaType() function
125 GrFSAAType fsaaType, in set() argument
146 fFSAAType = fsaaType; in set()
/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/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp143 GrFSAAType fsaaType, GrClampType clampType) { in finalize() argument
145 return fDraws.head().finalize(caps, clip, fsaaType, clampType, &fProcessors); in finalize()
149 const GrCaps& caps, const GrAppliedClip* clip, GrFSAAType fsaaType, GrClampType clampType, in finalize() argument
153 &GrUserStencilSettings::kUnused, fsaaType, caps, clampType, &fColor); in finalize()

1234