#include "flutter/lib/gpu/context.h"#include <future>#include "flutter/lib/gpu/formats.h"#include "flutter/lib/ui/ui_dart_state.h"#include "fml/make_copyable.h"#include "impeller/renderer/context.h"#include "tonic/converter/dart_converter.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
| namespace | flutter::gpu |
Functions | |
| bool | flutter::gpu::SupportsNormalOffscreenMSAA (const impeller::Context &context) |
| flutter::gpu::IMPLEMENT_WRAPPERTYPEINFO (flutter_gpu, Context) | |
| Dart_Handle | InternalFlutterGpu_Context_InitializeDefault (Dart_Handle wrapper) |
| int | InternalFlutterGpu_Context_GetDefaultColorFormat (flutter::gpu::Context *wrapper) |
| int | InternalFlutterGpu_Context_GetDefaultStencilFormat (flutter::gpu::Context *wrapper) |
| int | InternalFlutterGpu_Context_GetDefaultDepthStencilFormat (flutter::gpu::Context *wrapper) |
| int | InternalFlutterGpu_Context_GetMinimumUniformByteAlignment (flutter::gpu::Context *wrapper) |
| bool | InternalFlutterGpu_Context_GetSupportsOffscreenMSAA (flutter::gpu::Context *wrapper) |
|
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().
| Dart_Handle InternalFlutterGpu_Context_InitializeDefault | ( | Dart_Handle | wrapper | ) |
Exports
Definition at line 92 of file context.cc.
References flutter::gpu::Context::GetDefaultContext(), and tonic::ToDart().