Flutter Engine
The Flutter Engine
|
#include <android_context_vulkan_impeller.h>
Public Member Functions | |
AndroidContextVulkanImpeller (bool enable_validation, bool enable_gpu_tracing, bool quiet=false) | |
~AndroidContextVulkanImpeller () | |
bool | IsValid () const override |
Public Member Functions inherited from flutter::AndroidContext | |
AndroidContext (AndroidRenderingAPI rendering_api) | |
virtual | ~AndroidContext () |
AndroidRenderingAPI | RenderingApi () const |
virtual bool | IsValid () const |
void | SetMainSkiaContext (const sk_sp< GrDirectContext > &main_context) |
Setter for the Skia context to be used by subsequent AndroidSurfaces. More... | |
sk_sp< GrDirectContext > | GetMainSkiaContext () const |
Accessor for the Skia context associated with AndroidSurfaces and the raster thread. More... | |
std::shared_ptr< impeller::Context > | GetImpellerContext () const |
Accessor for the Impeller context associated with AndroidSurfaces and the raster thread. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from flutter::AndroidContext | |
void | SetImpellerContext (const std::shared_ptr< impeller::Context > &context) |
Definition at line 15 of file android_context_vulkan_impeller.h.
flutter::AndroidContextVulkanImpeller::AndroidContextVulkanImpeller | ( | bool | enable_validation, |
bool | enable_gpu_tracing, | ||
bool | quiet = false |
||
) |
Definition at line 74 of file android_context_vulkan_impeller.cc.
|
default |
|
overridevirtual |
Reimplemented from flutter::AndroidContext.
Definition at line 88 of file android_context_vulkan_impeller.cc.