Flutter Engine
The Flutter Engine
|
#include <mocks.h>
Public Member Functions | |
MOCK_METHOD (fml::Status, Submit,(const std::vector< std::shared_ptr< CommandBuffer > > &buffers, const CompletionCallback &cb),(override)) | |
Public Member Functions inherited from impeller::CommandQueue | |
CommandQueue () | |
virtual | ~CommandQueue () |
virtual fml::Status | Submit (const std::vector< std::shared_ptr< CommandBuffer > > &buffers, const CompletionCallback &completion_callback={}) |
Submit one or more command buffer objects to be encoded and executed on the GPU. More... | |
Additional Inherited Members | |
Public Types inherited from impeller::CommandQueue | |
using | CompletionCallback = std::function< void(CommandBuffer::Status)> |
impeller::testing::MockCommandQueue::MOCK_METHOD | ( | fml::Status | , |
Submit | , | ||
(const std::vector< std::shared_ptr< CommandBuffer > > &buffers, const CompletionCallback &cb) | , | ||
(override) | |||
) |