Lines Matching refs:NativeWindow
33 NativeWindow::NativeWindow (Capability capabilities) in NativeWindow() function in eglu::NativeWindow
38 EGLNativeWindowType NativeWindow::getLegacyNative (void) in getLegacyNative()
44 void* NativeWindow::getPlatformExtension (void) in getPlatformExtension()
50 void* NativeWindow::getPlatformNative (void) in getPlatformNative()
56 tcu::IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize()
62 void NativeWindow::setSurfaceSize (tcu::IVec2 size) in setSurfaceSize()
69 tcu::IVec2 NativeWindow::getScreenSize (void) const in getScreenSize()
75 void NativeWindow::readScreenPixels (tcu::TextureLevel*) const in readScreenPixels()
81 void NativeWindow::setVisibility (WindowParams::Visibility visibility) in setVisibility()
90 …ndowFactory (const std::string& name, const std::string& description, NativeWindow::Capability cap… in NativeWindowFactory()
100 NativeWindow* NativeWindowFactory::createWindow (NativeDisplay* nativeDisplay, EGLDisplay display, … in createWindow()