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

/external/skia/tools/viewer/sk_app/
H A DVulkanWindowContext.cpp13 #include "VulkanWindowContext.h"
30 VulkanWindowContext::VulkanWindowContext(const DisplayParams& params, function in class:sk_app::VulkanWindowContext
91 bool VulkanWindowContext::createSwapchain(int width, int height,
252 void VulkanWindowContext::createBuffers(VkFormat format) {
343 void VulkanWindowContext::destroyBuffers() {
382 VulkanWindowContext::~VulkanWindowContext() {
386 void VulkanWindowContext::destroyContext() {
417 VulkanWindowContext
[all...]
H A DVulkanWindowContext.h22 class VulkanWindowContext : public WindowContext { class in namespace:sk_app
24 ~VulkanWindowContext() override;
48 VulkanWindowContext(const DisplayParams&, CreateVkSurfaceFn, CanPresentFn);

Completed in 437 milliseconds