![]() |
Flutter Engine
The Flutter Engine
|
Protected Member Functions | |
SkString | getName () const override |
SkISize | getISize () override |
void | createTexture () |
void | createShader () |
void | createMaskFilter () |
void | onDraw (SkCanvas *canvas) override |
![]() | |
virtual DrawResult | onGpuSetup (SkCanvas *, SkString *, GraphiteTestContext *) |
virtual void | onGpuTeardown () |
virtual void | onOnceBeforeDraw () |
virtual DrawResult | onDraw (SkCanvas *, SkString *errorMsg) |
virtual void | onDraw (SkCanvas *) |
virtual bool | onAnimate (double) |
virtual bool | onGetControls (SkMetaData *) |
virtual void | onSetControls (const SkMetaData &) |
GraphiteTestContext * | graphiteTestContext () const |
Additional Inherited Members | |
![]() | |
enum | Mode { kGM_Mode , kSample_Mode , kBench_Mode } |
using | DrawResult = skiagm::DrawResult |
using | GraphiteTestContext = skiatest::graphite::GraphiteTestContext |
![]() | |
static constexpr char | kErrorMsg_DrawSkippedGpuOnly [] |
Stress test the GPU samplers by rendering a textured glyph with a mask and an AA clip
Definition at line 34 of file samplerstress.cpp.
|
inline |
Definition at line 36 of file samplerstress.cpp.
|
inlineprotected |
Definition at line 87 of file samplerstress.cpp.
|
inlineprotected |
Definition at line 76 of file samplerstress.cpp.
|
inlineprotected |
Create a red & green stripes on black texture
Definition at line 49 of file samplerstress.cpp.
|
inlineoverrideprotectedvirtual |
|
inlineoverrideprotectedvirtual |
|
inlineoverrideprotectedvirtual |
Reimplemented from skiagm::GM.
Definition at line 96 of file samplerstress.cpp.