#include <android_context.h>
Public Attributes | |
| bool | enable_validation = false |
| bool | enable_gpu_tracing = false |
| bool | enable_surface_control = false |
| bool | quiet = false |
| impeller::Flags | impeller_flags |
Definition at line 32 of file android_context.h.
| bool flutter::AndroidContext::ContextSettings::enable_gpu_tracing = false |
Definition at line 34 of file android_context.h.
Referenced by flutter::CreateImpellerContext(), and flutter::AndroidContextDynamicImpeller::SetupImpellerContext().
| bool flutter::AndroidContext::ContextSettings::enable_surface_control = false |
Definition at line 35 of file android_context.h.
Referenced by flutter::CreateImpellerContext().
| bool flutter::AndroidContext::ContextSettings::enable_validation = false |
Definition at line 33 of file android_context.h.
Referenced by flutter::CreateImpellerContext().
| impeller::Flags flutter::AndroidContext::ContextSettings::impeller_flags |
Definition at line 37 of file android_context.h.
Referenced by flutter::CreateImpellerContext().
| bool flutter::AndroidContext::ContextSettings::quiet = false |
Definition at line 36 of file android_context.h.
Referenced by flutter::CreateImpellerContext().