|
FixedFunctionFlags | fixedFunctionFlags () const override |
|
GrProcessorSet::Analysis | finalize (const GrCaps &caps, const GrAppliedClip *clip, GrClampType clampType) override |
|
void | visitProxies (const GrVisitProxyFunc &func) const override |
|
| GrDrawOp (uint32_t classID) |
|
virtual bool | usesMSAA () const |
|
virtual ClipResult | clipToShape (skgpu::ganesh::SurfaceDrawContext *, SkClipOp, const SkMatrix &, const GrShape &, GrAA) |
|
virtual GrProcessorSet::Analysis | finalize (const GrCaps &, const GrAppliedClip *, GrClampType)=0 |
|
virtual bool | usesStencil () const |
|
virtual | ~GrOp ()=default |
|
virtual const char * | name () const =0 |
|
virtual void | visitProxies (const GrVisitProxyFunc &) const |
|
CombineResult | combineIfPossible (GrOp *that, SkArenaAlloc *alloc, const GrCaps &caps) |
|
const SkRect & | bounds () const |
|
void | setClippedBounds (const SkRect &clippedBounds) |
|
bool | hasAABloat () const |
|
bool | hasZeroArea () const |
|
void | operator delete (void *p) |
|
template<typename T > |
const T & | cast () const |
|
template<typename T > |
T * | cast () |
|
uint32_t | classID () const |
|
uint32_t | uniqueID () const |
|
void | prePrepare (GrRecordingContext *context, const GrSurfaceProxyView &dstView, GrAppliedClip *clip, const GrDstProxyView &dstProxyView, GrXferBarrierFlags renderPassXferBarriers, GrLoadOp colorLoadOp) |
|
void | prepare (GrOpFlushState *state) |
|
void | execute (GrOpFlushState *state, const SkRect &chainBounds) |
|
void | chainConcat (GrOp::Owner) |
|
bool | isChainHead () const |
|
bool | isChainTail () const |
|
GrOp * | nextInChain () const |
|
GrOp * | prevInChain () const |
|
GrOp::Owner | cutChain () |
|
void | setBounds (const SkRect &newBounds, HasAABloat aabloat, IsHairline zeroArea) |
|
void | setTransformedBounds (const SkRect &srcBounds, const SkMatrix &m, HasAABloat aabloat, IsHairline zeroArea) |
|
void | makeFullScreen (GrSurfaceProxy *proxy) |
|
|
| BezierTestOp (const SkRect &rect, const SkPMColor4f &color, int32_t classID) |
|
virtual GrGeometryProcessor * | makeGP (const GrCaps &caps, SkArenaAlloc *arena)=0 |
|
GrProgramInfo * | programInfo () override |
|
void | onCreateProgramInfo (const GrCaps *caps, SkArenaAlloc *arena, const GrSurfaceProxyView &writeView, bool usesMSAASurface, GrAppliedClip &&appliedClip, const GrDstProxyView &dstProxyView, GrXferBarrierFlags renderPassXferBarriers, GrLoadOp colorLoadOp) override |
|
void | onExecute (GrOpFlushState *flushState, const SkRect &chainBounds) final |
|
const SkRect & | rect () const |
|
const SkPMColor4f & | color () const |
|
| GrMeshDrawOp (uint32_t classID) |
|
void | createProgramInfo (const GrCaps *caps, SkArenaAlloc *arena, const GrSurfaceProxyView &writeView, bool usesMSAASurface, GrAppliedClip &&appliedClip, const GrDstProxyView &dstProxyView, GrXferBarrierFlags renderPassXferBarriers, GrLoadOp colorLoadOp) |
|
void | createProgramInfo (GrMeshDrawTarget *) |
|
virtual void | onPrePrepareDraws (GrRecordingContext *, const GrSurfaceProxyView &writeView, GrAppliedClip *, const GrDstProxyView &, GrXferBarrierFlags renderPassXferBarriers, GrLoadOp colorLoadOp) |
|
| GR_DECL_BITFIELD_CLASS_OPS_FRIENDS (FixedFunctionFlags) |
|
virtual FixedFunctionFlags | fixedFunctionFlags () const |
|
|
enum class | ClipResult { kFail
, kClippedGeometrically
, kClippedInShader
, kClippedOut
} |
|
enum class | CombineResult { kMerged
, kMayChain
, kCannotCombine
} |
|
enum class | HasAABloat : bool { kNo = false
, kYes = true
} |
|
enum class | IsHairline : bool { kNo = false
, kYes = true
} |
|
using | Owner = std::unique_ptr< GrOp > |
|
static bool | CanUpgradeAAOnMerge (GrAAType aa1, GrAAType aa2) |
|
template<typename Op , typename... Args> |
static Owner | Make (GrRecordingContext *context, Args &&... args) |
|
template<typename Op , typename... Args> |
static Owner | MakeWithProcessorSet (GrRecordingContext *context, const SkPMColor4f &color, GrPaint &&paint, Args &&... args) |
|
template<typename Op , typename... Args> |
static Owner | MakeWithExtraMemory (GrRecordingContext *context, size_t extraSize, Args &&... args) |
|
static uint32_t | GenOpClassID () |
|
enum class | FixedFunctionFlags : uint32_t { kNone = 0x0
, kUsesHWAA = 0x1
, kUsesStencil = 0x2
} |
|
static bool | CombinedQuadCountWillOverflow (GrAAType aaType, bool willBeUpgradedToAA, int combinedQuadCount) |
|
Definition at line 59 of file beziereffects.cpp.
◆ BezierTestOp()
skiagm::BezierTestOp::BezierTestOp |
( |
const SkRect & |
rect, |
|
|
const SkPMColor4f & |
color, |
|
|
int32_t |
classID |
|
) |
| |
|
inlineprotected |
Definition at line 79 of file beziereffects.cpp.
85 }
void setBounds(const SkRect &newBounds, HasAABloat aabloat, IsHairline zeroArea)
const SkRect & rect() const
const SkPMColor4f & color() const
◆ color()
const SkPMColor4f & skiagm::BezierTestOp::color |
( |
| ) |
const |
|
inlineprotected |
◆ finalize()
This is called after the GrAppliedClip has been computed and just prior to recording the op or combining it with a previously recorded op. The op should convert any proxies or resources it owns to "pending io" status so that resource allocation can be more optimal. Additionally, at this time the op must report whether a copy of the destination (or destination texture itself) needs to be provided to the GrXferProcessor when this op executes.
Implements GrDrawOp.
Definition at line 63 of file beziereffects.cpp.
64 {
68 }
static SkPath clip(const SkPath &path, const SkHalfPlane &plane)
Analysis finalize(const GrProcessorAnalysisColor &, const GrProcessorAnalysisCoverage, const GrAppliedClip *, const GrUserStencilSettings *, const GrCaps &, GrClampType, SkPMColor4f *inputColorOverride)
static const GrUserStencilSettings & kUnused
◆ fixedFunctionFlags()
◆ makeGP()
◆ onCreateProgramInfo()
|
inlineoverrideprotectedvirtual |
Implements GrMeshDrawOp.
Definition at line 91 of file beziereffects.cpp.
98 {
99 auto gp = this->
makeGP(*caps, arena);
100 if (!gp) {
101 return;
102 }
103
105
107 usesMSAASurface,
108 std::move(appliedClip),
109 dstProxyView, gp,
110 std::move(fProcessorSet),
112 renderPassXferBarriers,
113 colorLoadOp,
115 }
static GrProgramInfo * CreateProgramInfo(const GrCaps *, SkArenaAlloc *, const GrPipeline *, const GrSurfaceProxyView &writeView, bool usesMSAASurface, GrGeometryProcessor *, GrPrimitiveType, GrXferBarrierFlags renderPassXferBarriers, GrLoadOp colorLoadOp, const GrUserStencilSettings *=&GrUserStencilSettings::kUnused)
virtual GrGeometryProcessor * makeGP(const GrCaps &caps, SkArenaAlloc *arena)=0
FlutterSemanticsFlag flags
◆ onExecute()
|
inlinefinalprotectedvirtual |
Implements GrOp.
Definition at line 117 of file beziereffects.cpp.
117 {
118 if (!fProgramInfo) {
120 }
121
122 if (!fProgramInfo) {
123 return;
124 }
125
129 }
void createProgramInfo(const GrCaps *caps, SkArenaAlloc *arena, const GrSurfaceProxyView &writeView, bool usesMSAASurface, GrAppliedClip &&appliedClip, const GrDstProxyView &dstProxyView, GrXferBarrierFlags renderPassXferBarriers, GrLoadOp colorLoadOp)
void drawMesh(const GrSimpleMesh &mesh)
void bindPipelineAndScissorClip(const GrProgramInfo &programInfo, const SkRect &drawBounds)
void bindTextures(const GrGeometryProcessor &geomProc, const GrSurfaceProxy &singleGeomProcTexture, const GrPipeline &pipeline)
const GrPipeline & pipeline() const
const GrGeometryProcessor & geomProc() const
◆ programInfo()
|
inlineoverrideprotectedvirtual |
◆ rect()
const SkRect & skiagm::BezierTestOp::rect |
( |
| ) |
const |
|
inlineprotected |
◆ visitProxies()
Reimplemented from GrOp.
Definition at line 70 of file beziereffects.cpp.
70 {
71 if (fProgramInfo) {
73 } else {
75 }
76 }
void visitProxies(const GrVisitProxyFunc &) const
void visitFPProxies(const GrVisitProxyFunc &func) const
◆ fMesh
The documentation for this class was generated from the following file: