Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
61 UniquePtr<osx::MetalView> m_view;
75 return new VulkanWindow(MovePtr<osx::MetalView>(new osx::MetalView(width, height))); in createWindow()
/third_party/skia/tools/sk_app/ios/
DMetalWindowContext_ios.mm18 @interface MetalView : MainView interface
21 @implementation MetalView implementation
43 MetalView* fMetalView;
70 fMetalView = [[[MetalView alloc] initWithFrame:frameRect] initWithWindow:fWindow];