#include "dart_api.h"#include "flutter/lib/gpu/export.h"#include "flutter/lib/ui/dart_wrapper.h"#include "impeller/renderer/context.h"Go to the source code of this file.
Classes | |
| class | flutter::gpu::Context |
Namespaces | |
| namespace | flutter |
| namespace | flutter::gpu |
Functions | |
| bool | flutter::gpu::SupportsNormalOffscreenMSAA (const impeller::Context &context) |
| FLUTTER_GPU_EXPORT Dart_Handle | InternalFlutterGpu_Context_InitializeDefault (Dart_Handle wrapper) |
| FLUTTER_GPU_EXPORT int | InternalFlutterGpu_Context_GetBackendType (flutter::gpu::Context *wrapper) |
| FLUTTER_GPU_EXPORT int | InternalFlutterGpu_Context_GetDefaultColorFormat (flutter::gpu::Context *wrapper) |
| FLUTTER_GPU_EXPORT int | InternalFlutterGpu_Context_GetDefaultStencilFormat (flutter::gpu::Context *wrapper) |
| FLUTTER_GPU_EXPORT int | InternalFlutterGpu_Context_GetDefaultDepthStencilFormat (flutter::gpu::Context *wrapper) |
| FLUTTER_GPU_EXPORT int | InternalFlutterGpu_Context_GetMinimumUniformByteAlignment (flutter::gpu::Context *wrapper) |
| FLUTTER_GPU_EXPORT bool | InternalFlutterGpu_Context_GetSupportsOffscreenMSAA (flutter::gpu::Context *wrapper) |
|
extern |
|
extern |
Definition at line 105 of file context.cc.
References flutter::gpu::FromImpellerPixelFormat(), impeller::Context::GetCapabilities(), and flutter::gpu::Context::GetContext().
|
extern |
Definition at line 117 of file context.cc.
References flutter::gpu::FromImpellerPixelFormat(), impeller::Context::GetCapabilities(), and flutter::gpu::Context::GetContext().
|
extern |
Definition at line 111 of file context.cc.
References flutter::gpu::FromImpellerPixelFormat(), impeller::Context::GetCapabilities(), and flutter::gpu::Context::GetContext().
|
extern |
Definition at line 123 of file context.cc.
References impeller::Context::GetCapabilities(), and flutter::gpu::Context::GetContext().
|
extern |
Definition at line 128 of file context.cc.
References flutter::gpu::Context::GetContext(), and flutter::gpu::SupportsNormalOffscreenMSAA().
|
extern |
Exports
Definition at line 92 of file context.cc.
References flutter::gpu::Context::GetDefaultContext(), and tonic::ToDart().