#include <memory>#include <vector>#include "flutter/lib/gpu/context.h"#include "flutter/lib/gpu/device_buffer.h"#include "flutter/lib/gpu/export.h"#include "flutter/lib/gpu/texture.h"#include "flutter/lib/ui/dart_wrapper.h"#include "impeller/geometry/point.h"#include "impeller/geometry/rect.h"#include "impeller/renderer/blit_pass.h"#include "impeller/renderer/command_buffer.h"#include "impeller/renderer/context.h"#include "impeller/renderer/render_pass.h"Go to the source code of this file.
Classes | |
| class | flutter::gpu::CommandBuffer |
Namespaces | |
| namespace | flutter |
| namespace | flutter::gpu |
Functions | |
| FLUTTER_GPU_EXPORT bool | InternalFlutterGpu_CommandBuffer_Initialize (Dart_Handle wrapper, flutter::gpu::Context *contextWrapper) |
| FLUTTER_GPU_EXPORT Dart_Handle | InternalFlutterGpu_CommandBuffer_Submit (flutter::gpu::CommandBuffer *wrapper, Dart_Handle completion_callback) |
| FLUTTER_GPU_EXPORT Dart_Handle | InternalFlutterGpu_CommandBuffer_CopyBufferToTexture (flutter::gpu::CommandBuffer *wrapper, flutter::gpu::DeviceBuffer *source, int source_offset_in_bytes, int source_length_in_bytes, flutter::gpu::Texture *destination, int destination_x, int destination_y, int destination_width, int destination_height, int mip_level, int slice) |
| FLUTTER_GPU_EXPORT Dart_Handle | InternalFlutterGpu_CommandBuffer_CopyTextureToBuffer (flutter::gpu::CommandBuffer *wrapper, flutter::gpu::Texture *source, int source_x, int source_y, int source_width, int source_height, flutter::gpu::DeviceBuffer *destination, int destination_offset_in_bytes) |
| FLUTTER_GPU_EXPORT Dart_Handle | InternalFlutterGpu_CommandBuffer_CopyTextureToTexture (flutter::gpu::CommandBuffer *wrapper, flutter::gpu::Texture *source, flutter::gpu::Texture *destination, int source_x, int source_y, int source_width, int source_height, int destination_x, int destination_y) |
|
extern |
Definition at line 259 of file command_buffer.cc.
References command_buffer, impeller::TRect< T >::MakeXYWH(), and tonic::ToDart().
|
extern |
Definition at line 282 of file command_buffer.cc.
References command_buffer, impeller::TRect< T >::MakeXYWH(), and tonic::ToDart().
|
extern |
Definition at line 301 of file command_buffer.cc.
References command_buffer, impeller::TRect< T >::MakeXYWH(), and tonic::ToDart().
|
extern |
Exports
Definition at line 197 of file command_buffer.cc.
References impeller::Context::CreateCommandBuffer(), flutter::gpu::Context::GetContext(), and flutter::gpu::Context::GetContextShared().
|
extern |
Definition at line 208 of file command_buffer.cc.
References callback, flutter::UIDartState::Current(), tonic::DartInvoke(), impeller::CommandBuffer::kError, fml::MakeCopyable(), flutter::gpu::CommandBuffer::Submit(), and tonic::ToDart().