Flutter Engine
The Flutter Engine
|
#include "flutter/lib/gpu/host_buffer.h"
#include <optional>
#include "dart_api.h"
#include "impeller/core/host_buffer.h"
#include "impeller/core/platform.h"
#include "third_party/tonic/typed_data/dart_byte_data.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
namespace | flutter::gpu |
Functions | |
flutter::gpu::IMPLEMENT_WRAPPERTYPEINFO (flutter_gpu, HostBuffer) | |
void | InternalFlutterGpu_HostBuffer_Initialize (Dart_Handle wrapper, flutter::gpu::Context *context) |
size_t | InternalFlutterGpu_HostBuffer_EmplaceBytes (flutter::gpu::HostBuffer *wrapper, Dart_Handle byte_data) |
size_t InternalFlutterGpu_HostBuffer_EmplaceBytes | ( | flutter::gpu::HostBuffer * | wrapper, |
Dart_Handle | byte_data | ||
) |
Definition at line 57 of file host_buffer.cc.
void InternalFlutterGpu_HostBuffer_Initialize | ( | Dart_Handle | wrapper, |
flutter::gpu::Context * | context | ||
) |
Exports
Definition at line 51 of file host_buffer.cc.