Flutter Engine
The Flutter Engine
|
#include "flutter/lib/gpu/export.h"
#include "flutter/lib/ui/dart_wrapper.h"
#include "impeller/core/buffer_view.h"
#include "impeller/core/host_buffer.h"
#include "lib/gpu/context.h"
#include "third_party/tonic/typed_data/dart_byte_data.h"
Go to the source code of this file.
Classes | |
class | flutter::gpu::HostBuffer |
Namespaces | |
namespace | flutter |
namespace | flutter::gpu |
Functions | |
FLUTTER_GPU_EXPORT void | InternalFlutterGpu_HostBuffer_Initialize (Dart_Handle wrapper, flutter::gpu::Context *context) |
FLUTTER_GPU_EXPORT size_t | InternalFlutterGpu_HostBuffer_EmplaceBytes (flutter::gpu::HostBuffer *wrapper, Dart_Handle byte_data) |
FLUTTER_GPU_EXPORT size_t InternalFlutterGpu_HostBuffer_EmplaceBytes | ( | flutter::gpu::HostBuffer * | wrapper, |
Dart_Handle | byte_data | ||
) |
Definition at line 57 of file host_buffer.cc.
FLUTTER_GPU_EXPORT void InternalFlutterGpu_HostBuffer_Initialize | ( | Dart_Handle | wrapper, |
flutter::gpu::Context * | context | ||
) |
Exports
Definition at line 51 of file host_buffer.cc.