Searched defs:VulkanSurface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.h31 class VulkanSurface { class in namespace:android::uirenderer::renderthread
33 VulkanSurface() {} function in class:android::uirenderer::renderthread::VulkanSurface
84 // VulkanSurface object which is returned.
85 VulkanSurface* createSurface(ANativeWindow* window);
87 // Destroy the VulkanSurface and all associated vulkan objects.
88 void destroySurface(VulkanSurface* surface);
93 // No work is needed to make a VulkanSurface current, and all functions require that a
94 // VulkanSurface is passed into them so we just return true here.
95 bool isCurrent(VulkanSurface* surface) { return true; }
97 int getAge(VulkanSurface* surfac
[all...]

Completed in 747 milliseconds