Searched refs:IOSWindow (Results 1 – 3 of 3) sorted by relevance
7 // IOSWindow.mm: Implementation of OSWindow for iOS9 #include "util/ios/IOSWindow.h"23 bool IOSWindow::initializeImpl(const std::string &name, int width, int height)29 EGLNativeWindowType IOSWindow::getNativeWindow() const34 bool IOSWindow::setOrientation(int width, int height)40 bool IOSWindow::resize(int width, int height)49 return new IOSWindow;
15 class IOSWindow : public OSWindow18 IOSWindow() {} in IOSWindow() function19 ~IOSWindow() override {} in ~IOSWindow()
93 "ios/IOSWindow.h",94 "ios/IOSWindow.mm",