Home
last modified time | relevance | path

Searched refs:kMixedSamples (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/ops/
DGrDashLinePathRenderer.cpp21 if (args.fAAType == GrAAType::kMixedSamples) { in onCanDrawPath()
42 case GrAAType::kMixedSamples: in onDrawPath()
DGrSimpleMeshDrawOpHelper.cpp77 bool isMixedSamples = this->aaType() == GrAAType::kMixedSamples; in finalizeProcessors()
116 case GrAAType::kMixedSamples: in dumpInfo()
DGrDrawPathOp.h49 bool isMixedSamples = GrAAType::kMixedSamples == fAAType; in doProcessorAnalysis()
DGrStencilAndCoverPathRenderer.cpp157 if (GrAAType::kMixedSamples == coverAAType) { in onDrawPath()
/external/skqp/include/gpu/
DGrRenderTarget.h44 return this->hasMixedSamples() ? GrFSAAType::kMixedSamples : GrFSAAType::kUnifiedMSAA; in fsaaType()
56 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt; in numColorSamples()
/external/skqp/include/private/
DGrRenderTargetProxy.h34 return this->hasMixedSamples() ? GrFSAAType::kMixedSamples : GrFSAAType::kUnifiedMSAA; in fsaaType()
52 return GrFSAAType::kMixedSamples == this->fsaaType() ? 1 : fSampleCnt; in numColorSamples()
DGrTypesPriv.h287 kMixedSamples enumerator
298 case GrAAType::kMixedSamples: in GrAATypeIsHW()
312 kMixedSamples, enumerator
/external/skqp/src/gpu/
DGrPathRenderer.cpp59 SkASSERT(!(canArgs.fAAType == GrAAType::kMixedSamples && in drawPath()
60 GrFSAAType::kMixedSamples != args.fRenderTargetContext->fsaaType())); in drawPath()
DGrContextThreadSafeProxy.cpp69 FSAAType = fCaps->usesMixedSamples() ? GrFSAAType::kMixedSamples : GrFSAAType::kUnifiedMSAA; in createCharacterization()
DGrQuad.cpp125 case GrAAType::kMixedSamples: in GrResolveAATypeForQuad()
DGrRenderTargetContext.cpp132 case GrFSAAType::kMixedSamples: in GrChooseAAType()
133 return GrAllowMixedSamples::kYes == allowMixedSamples ? GrAAType::kMixedSamples in GrChooseAAType()
/external/skqp/src/gpu/effects/
DGrCoverageSetOpXP.cpp231 bool isMixedSamples = GrFSAAType::kMixedSamples == d->fRenderTargetContext->fsaaType(); in TestGet()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2833 if (useHWAA && GrFSAAType::kMixedSamples == rt->fsaaType() && !stencilEnabled) { in flushHWAAState()
2855 SkASSERT(!useHWAA || GrFSAAType::kMixedSamples != rt->fsaaType() || stencilEnabled); in flushHWAAState()