Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
impeller::testing::MockCommandQueue Class Reference

#include <mocks.h>

Inheritance diagram for impeller::testing::MockCommandQueue:
impeller::CommandQueue

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.
 

Additional Inherited Members

- Public Types inherited from impeller::CommandQueue
using CompletionCallback = std::function< void(CommandBuffer::Status)>
 

Detailed Description

Definition at line 210 of file mocks.h.

Member Function Documentation

◆ MOCK_METHOD()

impeller::testing::MockCommandQueue::MOCK_METHOD ( fml::Status  ,
Submit  ,
(const std::vector< std::shared_ptr< CommandBuffer > > &buffers, const CompletionCallback &cb)  ,
(override)   
)

The documentation for this class was generated from the following file: