Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LODDiffPatchBench Class Reference
Inheritance diagram for LODDiffPatchBench:
PatchBench Benchmark SkRefCnt SkRefCntBase

Public Member Functions

 LODDiffPatchBench (SkPoint scale, VertexMode vertexMode)
 
void appendName (SkString *name) override
 
void setCubics () override
 
- Public Member Functions inherited from PatchBench
 PatchBench (SkPoint scale, VertexMode vertexMode)
 
virtual void setColors ()
 
virtual void setTexCoords ()
 
virtual sk_sp< SkShadercreateShader ()
 
- Public Member Functions inherited from Benchmark
 Benchmark ()
 
const char * getName ()
 
const char * getUniqueName ()
 
SkISize getSize ()
 
virtual bool isSuitableFor (Backend backend)
 
virtual void modifyGrContextOptions (GrContextOptions *)
 
virtual bool shouldLoop () const
 
void delayedSetup ()
 
void perCanvasPreDraw (SkCanvas *)
 
void perCanvasPostDraw (SkCanvas *)
 
void preDraw (SkCanvas *)
 
void postDraw (SkCanvas *)
 
void draw (int loops, SkCanvas *)
 
virtual void getGpuStats (SkCanvas *, skia_private::TArray< SkString > *keys, skia_private::TArray< double > *values)
 
virtual bool getDMSAAStats (GrRecordingContext *)
 
int getUnits () const
 
- Public Member Functions inherited from SkRefCntBase
 SkRefCntBase ()
 
virtual ~SkRefCntBase ()
 
bool unique () const
 
void ref () const
 
void unref () const
 

Additional Inherited Members

- Public Types inherited from PatchBench
enum  VertexMode { kNone_VertexMode , kColors_VertexMode , kTexCoords_VertexMode , kBoth_VertexMode }
 
- Public Types inherited from Benchmark
enum class  Backend {
  kNonRendering , kRaster , kGanesh , kGraphite ,
  kPDF , kHWUI
}
 
- Protected Types inherited from PatchBench
using INHERITED = Benchmark
 
- Protected Member Functions inherited from PatchBench
const char * onGetName () override
 
void onDelayedSetup () override
 
void onDraw (int loops, SkCanvas *canvas) override
 
- Protected Member Functions inherited from Benchmark
void setUnits (int units)
 
virtual void setupPaint (SkPaint *paint)
 
virtual const char * onGetUniqueName ()
 
virtual void onPerCanvasPreDraw (SkCanvas *)
 
virtual void onPerCanvasPostDraw (SkCanvas *)
 
virtual void onPreDraw (SkCanvas *)
 
virtual void onPostDraw (SkCanvas *)
 
virtual SkISize onGetSize ()
 
- Protected Attributes inherited from PatchBench
SkPaint fPaint
 
SkString fName
 
SkVector fScale
 
SkPoint fCubics [12]
 
SkPoint fTexCoords [4]
 
SkColor fColors [4]
 
VertexMode fVertexMode
 

Detailed Description

Definition at line 186 of file PatchBench.cpp.

Constructor & Destructor Documentation

◆ LODDiffPatchBench()

LODDiffPatchBench::LODDiffPatchBench ( SkPoint  scale,
VertexMode  vertexMode 
)
inline

Definition at line 188 of file PatchBench.cpp.

189 : INHERITED(scale, vertexMode) { }
const Scalar scale

Member Function Documentation

◆ appendName()

void LODDiffPatchBench::appendName ( SkString name)
inlineoverridevirtual

Reimplemented from PatchBench.

Definition at line 191 of file PatchBench.cpp.

191 {
192 name->append("LOD_Diff");
193 }
const char * name
Definition fuchsia.cc:50

◆ setCubics()

void LODDiffPatchBench::setCubics ( )
inlineoverridevirtual

Reimplemented from PatchBench.

Definition at line 195 of file PatchBench.cpp.

195 {
197 //top points
198 {100,175},{150,100},{250,100}, {300,0},
199 //right points
200 {300, 150},{300,250},
201 //bottom points
202 {300,400},{250,300},{150,300},{100,225},
203 //left points
204 {100,215},{100,185}
205 };
207 }
static const int points[]
SkPoint fCubics[12]

The documentation for this class was generated from the following file: