Flutter Engine
The Flutter Engine
|
#include <gpu_surface_software.h>
Public Member Functions | |
GPUSurfaceSoftware (GPUSurfaceSoftwareDelegate *delegate, bool render_to_surface) | |
~GPUSurfaceSoftware () override | |
bool | IsValid () override |
std::unique_ptr< SurfaceFrame > | AcquireFrame (const SkISize &size) override |
SkMatrix | GetRootTransformation () const override |
GrDirectContext * | GetContext () override |
Public Member Functions inherited from flutter::Surface | |
Surface () | |
virtual | ~Surface () |
virtual bool | IsValid ()=0 |
virtual std::unique_ptr< SurfaceFrame > | AcquireFrame (const SkISize &size)=0 |
virtual SkMatrix | GetRootTransformation () const =0 |
virtual GrDirectContext * | GetContext ()=0 |
virtual std::unique_ptr< GLContextResult > | MakeRenderContextCurrent () |
virtual bool | ClearRenderContext () |
virtual bool | AllowsDrawingWhenGpuDisabled () const |
virtual bool | EnableRasterCache () const |
virtual std::shared_ptr< impeller::AiksContext > | GetAiksContext () const |
virtual SurfaceData | GetSurfaceData () const |
Definition at line 15 of file gpu_surface_software.h.
flutter::GPUSurfaceSoftware::GPUSurfaceSoftware | ( | GPUSurfaceSoftwareDelegate * | delegate, |
bool | render_to_surface | ||
) |
Definition at line 15 of file gpu_surface_software.cc.
|
overridedefault |
|
overridevirtual |
Implements flutter::Surface.
Definition at line 29 of file gpu_surface_software.cc.
|
overridevirtual |
Implements flutter::Surface.
Definition at line 94 of file gpu_surface_software.cc.
|
overridevirtual |
Implements flutter::Surface.
Definition at line 85 of file gpu_surface_software.cc.
|
overridevirtual |
Implements flutter::Surface.
Definition at line 24 of file gpu_surface_software.cc.