Home
last modified time | relevance | path

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

/external/angle/util/ios/
DIOSWindow.mm7 // IOSWindow.mm: Implementation of OSWindow for iOS
9 #include "util/ios/IOSWindow.h"
23 bool IOSWindow::initializeImpl(const std::string &name, int width, int height)
29 EGLNativeWindowType IOSWindow::getNativeWindow() const
34 bool IOSWindow::setOrientation(int width, int height)
40 bool IOSWindow::resize(int width, int height)
49 return new IOSWindow;
DIOSWindow.h15 class IOSWindow : public OSWindow
18 IOSWindow() {} in IOSWindow() function
19 ~IOSWindow() override {} in ~IOSWindow()
/external/angle/util/
DBUILD.gn93 "ios/IOSWindow.h",
94 "ios/IOSWindow.mm",