Flutter Engine
The Flutter Engine
|
#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 "tonic/converter/dart_converter.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
namespace | flutter::gpu |
int InternalFlutterGpu_Context_GetDefaultColorFormat | ( | flutter::gpu::Context * | wrapper | ) |
Definition at line 89 of file context.cc.
int InternalFlutterGpu_Context_GetDefaultDepthStencilFormat | ( | flutter::gpu::Context * | wrapper | ) |
Definition at line 101 of file context.cc.
int InternalFlutterGpu_Context_GetDefaultStencilFormat | ( | flutter::gpu::Context * | wrapper | ) |
Definition at line 95 of file context.cc.
Dart_Handle InternalFlutterGpu_Context_InitializeDefault | ( | Dart_Handle | wrapper | ) |
Exports
Definition at line 76 of file context.cc.