Flutter Engine
The Flutter Engine
|
#include "flutter/lib/gpu/context.h"
#include "flutter/lib/gpu/export.h"
#include "flutter/lib/ui/dart_wrapper.h"
#include "third_party/tonic/typed_data/dart_byte_data.h"
Go to the source code of this file.
Classes | |
class | flutter::gpu::DeviceBuffer |
Namespaces | |
namespace | flutter |
namespace | flutter::gpu |
Functions | |
FLUTTER_GPU_EXPORT bool | InternalFlutterGpu_DeviceBuffer_Initialize (Dart_Handle wrapper, flutter::gpu::Context *gpu_context, int storage_mode, int size_in_bytes) |
FLUTTER_GPU_EXPORT bool | InternalFlutterGpu_DeviceBuffer_InitializeWithHostData (Dart_Handle wrapper, flutter::gpu::Context *gpu_context, Dart_Handle byte_data) |
FLUTTER_GPU_EXPORT bool | InternalFlutterGpu_DeviceBuffer_Overwrite (flutter::gpu::DeviceBuffer *wrapper, Dart_Handle source_byte_data, int destination_offset_in_bytes) |
FLUTTER_GPU_EXPORT bool InternalFlutterGpu_DeviceBuffer_Initialize | ( | Dart_Handle | wrapper, |
flutter::gpu::Context * | gpu_context, | ||
int | storage_mode, | ||
int | size_in_bytes | ||
) |
Exports
Definition at line 51 of file device_buffer.cc.
FLUTTER_GPU_EXPORT bool InternalFlutterGpu_DeviceBuffer_InitializeWithHostData | ( | Dart_Handle | wrapper, |
flutter::gpu::Context * | gpu_context, | ||
Dart_Handle | byte_data | ||
) |
Definition at line 73 of file device_buffer.cc.
FLUTTER_GPU_EXPORT bool InternalFlutterGpu_DeviceBuffer_Overwrite | ( | flutter::gpu::DeviceBuffer * | wrapper, |
Dart_Handle | source_byte_data, | ||
int | destination_offset_in_bytes | ||
) |
Definition at line 95 of file device_buffer.cc.