/external/skqp/include/gpu/ |
D | GrRenderTarget.h | 38 GrFSAAType fsaaType() const { in fsaaType() 42 return GrFSAAType::kNone; in fsaaType() 44 return this->hasMixedSamples() ? GrFSAAType::kMixedSamples : GrFSAAType::kUnifiedMSAA; in fsaaType() 56 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt; in numColorSamples()
|
/external/skia/include/gpu/ |
D | GrRenderTarget.h | 38 GrFSAAType fsaaType() const { in fsaaType() 42 return GrFSAAType::kNone; in fsaaType() 44 return this->hasMixedSamples() ? GrFSAAType::kMixedSamples : GrFSAAType::kUnifiedMSAA; in fsaaType() 56 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt; in numColorSamples()
|
/external/skqp/include/private/ |
D | GrRenderTargetProxy.h | 29 GrFSAAType fsaaType() const { in fsaaType() 32 return GrFSAAType::kNone; in fsaaType() 34 return this->hasMixedSamples() ? GrFSAAType::kMixedSamples : GrFSAAType::kUnifiedMSAA; in fsaaType() 52 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt; in numColorSamples()
|
/external/skia/include/private/ |
D | GrRenderTargetProxy.h | 29 GrFSAAType fsaaType() const { in fsaaType() 32 return GrFSAAType::kNone; in fsaaType() 34 return this->hasMixedSamples() ? GrFSAAType::kMixedSamples : GrFSAAType::kUnifiedMSAA; in fsaaType() 52 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt; in numColorSamples()
|
/external/skqp/src/gpu/ |
D | GrContextThreadSafeProxy.cpp | 67 GrFSAAType FSAAType = GrFSAAType::kNone; in createCharacterization() 69 FSAAType = fCaps->usesMixedSamples() ? GrFSAAType::kMixedSamples : GrFSAAType::kUnifiedMSAA; in createCharacterization()
|
D | GrDrawOpTest.h | 28 GrFSAAType fsaaType) 31 GrContext* context, GrFSAAType fsaaType)
|
D | GrPathRenderer.cpp | 58 GrFSAAType::kUnifiedMSAA != args.fRenderTargetContext->fsaaType())); in drawPath() 60 GrFSAAType::kMixedSamples != args.fRenderTargetContext->fsaaType())); in drawPath()
|
D | SkGpuDevice_drawTexture.cpp | 47 GrFSAAType fsaaType) { in may_color_bleed() 52 if (GrFSAAType::kUnifiedMSAA == fsaaType) { in may_color_bleed() 76 GrFSAAType fsaaType) { in can_ignore_bilerp_constraint()
|
/external/skia/src/gpu/ |
D | GrContextThreadSafeProxy.cpp | 64 GrFSAAType FSAAType = GrFSAAType::kNone; in createCharacterization() 66 FSAAType = this->caps()->usesMixedSamples() ? GrFSAAType::kMixedSamples in createCharacterization() 67 : GrFSAAType::kUnifiedMSAA; in createCharacterization()
|
D | GrDrawOpTest.h | 30 GrRecordingContext* context, GrFSAAType fsaaType) 33 GrRecordingContext* context, GrFSAAType fsaaType)
|
D | GrPathRenderer.cpp | 58 GrFSAAType::kUnifiedMSAA != args.fRenderTargetContext->fsaaType())); in drawPath() 60 GrFSAAType::kMixedSamples != args.fRenderTargetContext->fsaaType())); in drawPath()
|
D | GrProcessorSet.cpp | 165 const GrAppliedClip* clip, const GrUserStencilSettings* userStencil, GrFSAAType fsaaType, in finalize() 240 bool hasMixedSampledCoverage = (GrFSAAType::kMixedSamples == fsaaType) in finalize()
|
/external/skia/include/core/ |
D | SkSurfaceCharacterization.h | 43 , fFSAAType(GrFSAAType::kNone) in SkSurfaceCharacterization() 75 GrFSAAType fsaaType() const { return fFSAAType; } in fsaaType() 101 GrFSAAType FSAAType, int stencilCnt, in SkSurfaceCharacterization() 125 GrFSAAType fsaaType, in set() 161 GrFSAAType fFSAAType;
|
/external/skia/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelper.h | 72 const GrCaps& caps, const GrAppliedClip* clip, GrFSAAType fsaaType, in finalizeProcessors() 85 const GrCaps&, const GrAppliedClip*, GrFSAAType, GrClampType, 129 const GrCaps& caps, const GrAppliedClip*, const GrUserStencilSettings*, GrFSAAType, 168 const GrCaps& caps, const GrAppliedClip* clip, GrFSAAType fsaaType, in finalizeProcessors() 176 const GrCaps&, const GrAppliedClip*, GrFSAAType, GrClampType,
|
D | GrSimpleMeshDrawOpHelper.cpp | 66 const GrCaps& caps, const GrAppliedClip* clip, GrFSAAType fsaaType, GrClampType clampType, in finalizeProcessors() 77 GrFSAAType fsaaType, GrClampType clampType, GrProcessorAnalysisCoverage geometryCoverage, in finalizeProcessors() 152 const GrCaps& caps, const GrAppliedClip* clip, GrFSAAType fsaaType, GrClampType clampType, in finalizeProcessors()
|
D | GrDrawPathOp.h | 34 GrFSAAType fsaaType, GrClampType clampType) override { in finalize() 50 const GrCaps&, const GrAppliedClip*, GrFSAAType, GrClampType);
|
D | GrDrawAtlasOp.cpp | 47 GrProcessorSet::Analysis finalize(const GrCaps&, const GrAppliedClip*, GrFSAAType, 249 GrFSAAType fsaaType, GrClampType clampType) { in finalize() 336 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
|
D | GrDrawOp.h | 46 virtual GrProcessorSet::Analysis finalize(const GrCaps&, const GrAppliedClip*, GrFSAAType,
|
D | GrRegionOp.cpp | 92 GrFSAAType fsaaType, GrClampType clampType) override { in finalize() 214 if (GrFSAAType::kUnifiedMSAA == fsaaType && random->nextBool()) { in GR_DRAW_OP_TEST_DEFINE()
|
/external/skqp/include/core/ |
D | SkSurfaceCharacterization.h | 43 , fFSAAType(GrFSAAType::kNone) in SkSurfaceCharacterization() 75 GrFSAAType fsaaType() const { return fFSAAType; } in fsaaType() 100 GrFSAAType FSAAType, int stencilCnt, in SkSurfaceCharacterization() 124 GrFSAAType fsaaType, in set() 160 GrFSAAType fFSAAType;
|
/external/skia/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.h | 38 GrProcessorSet::Analysis finalize(const GrCaps&, const GrAppliedClip*, GrFSAAType, 96 const GrCaps&, const GrAppliedClip*, GrFSAAType, GrClampType, GrProcessorSet*);
|
/external/skia/tools/gpu/ |
D | GrTest.cpp | 167 GrRecordingContext*, GrFSAAType) 195 GrRecordingContext*, GrFSAAType); in GrDrawRandomOp()
|
/external/skia/tests/ |
D | AdvancedBlendTest.cpp | 36 GrFSAAType::kNone, caps, GrClampType::kAuto, &overrideColor); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/src/gpu/gl/ |
D | GrGLRenderTarget.h | 55 if (GrFSAAType::kUnifiedMSAA != this->fsaaType() || fRTFBOID == fTexFBOID) { in getResolveType()
|
/external/skqp/src/gpu/gl/ |
D | GrGLRenderTarget.h | 55 if (GrFSAAType::kUnifiedMSAA != this->fsaaType() || fRTFBOID == fTexFBOID) { in getResolveType()
|