Flutter Engine
The Flutter Engine
|
#include "flutter/lib/gpu/texture.h"
#include "flutter/lib/gpu/formats.h"
#include "flutter/lib/ui/painting/image.h"
#include "fml/mapping.h"
#include "impeller/core/allocator.h"
#include "impeller/core/formats.h"
#include "impeller/core/texture.h"
#include "impeller/display_list/dl_image_impeller.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, Texture) | |
bool | InternalFlutterGpu_Texture_Initialize (Dart_Handle wrapper, flutter::gpu::Context *gpu_context, int storage_mode, int format, int width, int height, int sample_count, int coordinate_system, bool enable_render_target_usage, bool enable_shader_read_usage, bool enable_shader_write_usage) |
void | InternalFlutterGpu_Texture_SetCoordinateSystem (flutter::gpu::Texture *wrapper, int coordinate_system) |
bool | InternalFlutterGpu_Texture_Overwrite (flutter::gpu::Texture *texture, Dart_Handle source_byte_data) |
int | InternalFlutterGpu_Texture_BytesPerTexel (flutter::gpu::Texture *wrapper) |
Dart_Handle | InternalFlutterGpu_Texture_AsImage (flutter::gpu::Texture *wrapper) |
Dart_Handle InternalFlutterGpu_Texture_AsImage | ( | flutter::gpu::Texture * | wrapper | ) |
Definition at line 144 of file texture.cc.
int InternalFlutterGpu_Texture_BytesPerTexel | ( | flutter::gpu::Texture * | wrapper | ) |
Definition at line 139 of file texture.cc.
bool InternalFlutterGpu_Texture_Initialize | ( | Dart_Handle | wrapper, |
flutter::gpu::Context * | gpu_context, | ||
int | storage_mode, | ||
int | format, | ||
int | width, | ||
int | height, | ||
int | sample_count, | ||
int | coordinate_system, | ||
bool | enable_render_target_usage, | ||
bool | enable_shader_read_usage, | ||
bool | enable_shader_write_usage | ||
) |
Exports
Definition at line 74 of file texture.cc.
bool InternalFlutterGpu_Texture_Overwrite | ( | flutter::gpu::Texture * | texture, |
Dart_Handle | source_byte_data | ||
) |
Definition at line 134 of file texture.cc.
void InternalFlutterGpu_Texture_SetCoordinateSystem | ( | flutter::gpu::Texture * | wrapper, |
int | coordinate_system | ||
) |
Definition at line 127 of file texture.cc.