Public Member Functions | |
| TesterGPUSurfaceSoftware (GPUSurfaceSoftwareDelegate *delegate, bool render_to_surface) | |
| bool | EnableRasterCache () const override |
Public Member Functions inherited from flutter::GPUSurfaceSoftware | |
| GPUSurfaceSoftware (GPUSurfaceSoftwareDelegate *delegate, bool render_to_surface) | |
| ~GPUSurfaceSoftware () override | |
| bool | IsValid () override |
| std::unique_ptr< SurfaceFrame > | AcquireFrame (const DlISize &size) override |
| DlMatrix | GetRootTransformation () const override |
| GrDirectContext * | GetContext () override |
Public Member Functions inherited from flutter::Surface | |
| Surface () | |
| virtual | ~Surface () |
| virtual std::unique_ptr< GLContextResult > | MakeRenderContextCurrent () |
| virtual bool | ClearRenderContext () |
| virtual bool | AllowsDrawingWhenGpuDisabled () const |
| virtual std::shared_ptr< impeller::AiksContext > | GetAiksContext () const |
| virtual SurfaceData | GetSurfaceData () const |
Definition at line 180 of file tester_main.cc.
|
inline |
Definition at line 182 of file tester_main.cc.
|
inlineoverridevirtual |
Reimplemented from flutter::Surface.
Definition at line 186 of file tester_main.cc.