Public Member Functions | |
| TestGPUSurfaceVulkanDelegate () | |
| const vulkan::VulkanProcTable & | vk () override |
| Obtain a reference to the Vulkan implementation's proc table. | |
| FlutterVulkanImage | AcquireImage (const DlISize &size) override |
| Called by the engine to fetch a VkImage for writing the next frame. | |
| bool | PresentImage (VkImage image, VkFormat format) override |
| Called by the engine once a frame has been rendered to the image and it's ready to be bound for further reading/writing. | |
Public Member Functions inherited from flutter::GPUSurfaceVulkanDelegate | |
| virtual | ~GPUSurfaceVulkanDelegate () |
Definition at line 32 of file gpu_surface_vulkan_impeller_unittests.cc.
|
inline |
Definition at line 34 of file gpu_surface_vulkan_impeller_unittests.cc.
|
inlineoverridevirtual |
Called by the engine to fetch a VkImage for writing the next frame.
Implements flutter::GPUSurfaceVulkanDelegate.
Definition at line 42 of file gpu_surface_vulkan_impeller_unittests.cc.
References format, image, and FlutterVulkanImage::struct_size.
|
inlineoverridevirtual |
Called by the engine once a frame has been rendered to the image and it's ready to be bound for further reading/writing.
Implements flutter::GPUSurfaceVulkanDelegate.
Definition at line 50 of file gpu_surface_vulkan_impeller_unittests.cc.
|
inlineoverridevirtual |
Obtain a reference to the Vulkan implementation's proc table.
Implements flutter::GPUSurfaceVulkanDelegate.
Definition at line 40 of file gpu_surface_vulkan_impeller_unittests.cc.