Home
last modified time | relevance | path

Searched refs:MetalView (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/platform/osx/
DtcuOSXMetalView.hpp31 class MetalView class
34 MetalView (int width, int height);
35 ~MetalView (void);
42 MetalView (const MetalView&);
43 MetalView operator= (const MetalView&);
DtcuOSXMetalView.mm51 MetalView::MetalView (int width, int height)
56 void MetalView::setSize(int width, int height)
61 MetalView::~MetalView ()
DtcuOSXVulkanPlatform.cpp46 VulkanWindow (MovePtr<osx::MetalView> view) in VulkanWindow()
57 UniquePtr<osx::MetalView> m_view;
71 return new VulkanWindow(MovePtr<osx::MetalView>(new osx::MetalView(width, height))); in createWindow()