CommandBuffer(std::weak_ptr< const Context > context) | impeller::CommandBuffer | explicitprotected |
CommandBufferMock(std::weak_ptr< const Context > context) | impeller::testing::CommandBufferMock | inlineexplicit |
CompletionCallback typedef | impeller::CommandBuffer | |
context_ | impeller::CommandBuffer | protected |
CreateBlitPass() | impeller::CommandBuffer | |
CreateComputePass() | impeller::CommandBuffer | |
CreateRenderPass(const RenderTarget &render_target) | impeller::CommandBuffer | |
ForwardOnCreateBlitPass(CommandBuffer *command_buffer) | impeller::testing::CommandBufferMock | inlinestatic |
ForwardOnCreateComputePass(CommandBuffer *command_buffer) | impeller::testing::CommandBufferMock | inlinestatic |
ForwardOnCreateRenderPass(CommandBuffer *command_buffer, const RenderTarget &render_target) | impeller::testing::CommandBufferMock | inlinestatic |
ForwardOnSubmitCommands(CommandBuffer *command_buffer, CompletionCallback callback) | impeller::testing::CommandBufferMock | inlinestatic |
ForwardOnWaitUntilScheduled(CommandBuffer *command_buffer) | impeller::testing::CommandBufferMock | inlinestatic |
IsValid() const =0 | impeller::CommandBuffer | pure virtual |
MOCK_METHOD(bool, IsValid,(),(const, override)) | impeller::testing::CommandBufferMock | |
MOCK_METHOD(void, SetLabel,(const std::string &label),(const, override)) | impeller::testing::CommandBufferMock | |
MOCK_METHOD(std::shared_ptr< RenderPass >, OnCreateRenderPass,(RenderTarget render_target),(override)) | impeller::testing::CommandBufferMock | |
MOCK_METHOD(std::shared_ptr< BlitPass >, OnCreateBlitPass,(),(override)) | impeller::testing::CommandBufferMock | |
MOCK_METHOD(bool, OnSubmitCommands,(CompletionCallback callback),(override)) | impeller::testing::CommandBufferMock | |
MOCK_METHOD(void, OnWaitUntilScheduled,(),(override)) | impeller::testing::CommandBufferMock | |
MOCK_METHOD(std::shared_ptr< ComputePass >, OnCreateComputePass,(),(override)) | impeller::testing::CommandBufferMock | |
OnCreateBlitPass()=0 | impeller::CommandBuffer | protectedpure virtual |
OnCreateComputePass()=0 | impeller::CommandBuffer | protectedpure virtual |
OnCreateRenderPass(RenderTarget render_target)=0 | impeller::CommandBuffer | protectedpure virtual |
OnSubmitCommands(CompletionCallback callback)=0 | impeller::CommandBuffer | protectedpure virtual |
OnWaitUntilScheduled()=0 | impeller::CommandBuffer | protectedpure virtual |
SetLabel(const std::string &label) const =0 | impeller::CommandBuffer | pure virtual |
Status enum name | impeller::CommandBuffer | |
WaitUntilScheduled() | impeller::CommandBuffer | |
~CommandBuffer() | impeller::CommandBuffer | virtual |