Home
last modified time | relevance | path

Searched refs:MetalView (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/platform/osx/
H A DtcuOSXMetalView.hpp31 class MetalView class
34 MetalView (int width, int height);
35 ~MetalView (void);
42 MetalView (const MetalView&);
43 MetalView operator= (const MetalView&);
H A DtcuOSXVulkanPlatform.cpp46 VulkanWindow (MovePtr<osx::MetalView> view) in VulkanWindow()
67 UniquePtr<osx::MetalView> m_view;
81 return new VulkanWindow(MovePtr<osx::MetalView>(new osx::MetalView(width, height))); in createWindow()

Completed in 1 milliseconds