Flutter Engine
The Flutter Engine
|
#include <command_buffer.h>
Additional Inherited Members | |
Public Types inherited from tonic::DartWrappable | |
enum | DartNativeFields { kPeerIndex , kNumberOfNativeFields } |
Protected Member Functions inherited from fml::RefCountedThreadSafe< CommandBuffer > | |
RefCountedThreadSafe () | |
~RefCountedThreadSafe () | |
Protected Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
RefCountedThreadSafeBase () | |
~RefCountedThreadSafeBase () | |
bool | Release () const |
void | Adopt () |
Protected Member Functions inherited from tonic::DartWrappable | |
virtual | ~DartWrappable () |
Static Protected Member Functions inherited from tonic::DartWrappable | |
static Dart_PersistentHandle | GetTypeForWrapper (tonic::DartState *dart_state, const tonic::DartWrapperInfo &wrapper_info) |
Definition at line 16 of file command_buffer.h.
flutter::gpu::CommandBuffer::CommandBuffer | ( | std::shared_ptr< impeller::Context > | context, |
std::shared_ptr< impeller::CommandBuffer > | command_buffer | ||
) |
Definition at line 19 of file command_buffer.cc.
|
overridedefault |
void flutter::gpu::CommandBuffer::AddRenderPass | ( | std::shared_ptr< impeller::RenderPass > | render_pass | ) |
Definition at line 31 of file command_buffer.cc.
std::shared_ptr< impeller::CommandBuffer > flutter::gpu::CommandBuffer::GetCommandBuffer | ( | ) |
Definition at line 27 of file command_buffer.cc.
bool flutter::gpu::CommandBuffer::Submit | ( | ) |
Definition at line 36 of file command_buffer.cc.
bool flutter::gpu::CommandBuffer::Submit | ( | const impeller::CommandBuffer::CompletionCallback & | completion_callback | ) |
Definition at line 44 of file command_buffer.cc.