Home
last modified time | relevance | path

Searched defs:NativeWindow (Results 1 – 25 of 70) sorted by relevance

123

/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/ndk-0.4.0/src/
H A Dnative_window.rs5 pub struct NativeWindow { struct
6 ptr: NonNull<ffi::ANativeWindow>, argument
9 unsafe impl Send for NativeWindow {} implementation
10 unsafe impl Sync for NativeWindow {} implementation
12 impl NativeWindow { implementation
22 impl NativeWindow { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/ndk-0.3.0/src/
H A Dnative_window.rs5 pub struct NativeWindow { struct
6 ptr: NonNull<ffi::ANativeWindow>, argument
9 unsafe impl Send for NativeWindow {} implementation
10 unsafe impl Sync for NativeWindow {} implementation
12 impl NativeWindow { implementation
22 impl NativeWindow { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ndk-0.1.0/src/
H A Dnative_window.rs5 pub struct NativeWindow { struct
6 ptr: NonNull<ffi::ANativeWindow>, argument
9 unsafe impl Send for NativeWindow {} implementation
10 unsafe impl Sync for NativeWindow {} implementation
12 impl NativeWindow { implementation
22 impl NativeWindow { implementation
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/ndk-0.2.1/src/
H A Dnative_window.rs5 pub struct NativeWindow { struct
6 ptr: NonNull<ffi::ANativeWindow>, argument
9 unsafe impl Send for NativeWindow {} implementation
10 unsafe impl Sync for NativeWindow {} implementation
12 impl NativeWindow { implementation
22 impl NativeWindow { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ndk-0.4.0/src/
H A Dnative_window.rs5 pub struct NativeWindow { struct
6 ptr: NonNull<ffi::ANativeWindow>, argument
9 unsafe impl Send for NativeWindow {} implementation
10 unsafe impl Sync for NativeWindow {} implementation
12 impl NativeWindow { implementation
22 impl NativeWindow { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ndk-0.3.0/src/
H A Dnative_window.rs5 pub struct NativeWindow { struct
6 ptr: NonNull<ffi::ANativeWindow>, argument
9 unsafe impl Send for NativeWindow {} implementation
10 unsafe impl Sync for NativeWindow {} implementation
12 impl NativeWindow { impl
22 impl NativeWindow { implementation
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/ndk-0.1.0/src/
H A Dnative_window.rs5 pub struct NativeWindow { struct
6 ptr: NonNull<ffi::ANativeWindow>, argument
9 unsafe impl Send for NativeWindow {} implementation
10 unsafe impl Sync for NativeWindow {} implementation
12 impl NativeWindow { implementation
22 impl NativeWindow { impl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.h39 struct NativeWindow struct
63 bool initialize(const NativeWindow *window); argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/egl/ozone/
H A DDisplayOzone.h51 struct NativeWindow struct
75 bool initialize(const NativeWindow *window); argument
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/egl/ozone/
H A DDisplayOzone.h50 struct NativeWindow struct
74 bool initialize(const NativeWindow *window); argument
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/widgets/
H A Dnative.cpp81 class NativeWindow : public wxNativeWindow class
84 explicit NativeWindow(wxWindow* parent) in NativeWindow() function in NativeWindow
150 class NativeWindow : public wxNativeWindow class
153 explicit NativeWindow(wxWindow* parent) in NativeWindow() function in NativeWindow
197 class NativeWindow : public wxNativeWindow class
200 explicit NativeWindow(wxWindow* parent) in NativeWindow() function in NativeWindow
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/dom/
H A DNativeWindow.java20 public class NativeWindow extends JavaScriptObject class
22 protected NativeWindow() {} in NativeWindow() method in NativeWindow
/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Dnativewindow.h46 NativeWindow() {} in NativeWindow() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DNativeWindow.cs42 public class NativeWindow : MarshalByRefObject, IWin32Window class
51 public NativeWindow() in NativeWindow() method in System.Windows.Forms.NativeWindow
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DAndroidNativeWindow.h42 ANativeWindow* NativeWindow() const { return mNativeWindow; } in NativeWindow() function
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DAndroidNativeWindow.h42 ANativeWindow* NativeWindow() const { return mNativeWindow; } in NativeWindow() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DAndroidNativeWindow.h42 ANativeWindow* NativeWindow() const { return mNativeWindow; } in NativeWindow() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DAndroidNativeWindow.h43 ANativeWindow* NativeWindow() const { return mNativeWindow; } in NativeWindow() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DAndroidNativeWindow.h43 ANativeWindow* NativeWindow() const { return mNativeWindow; } in NativeWindow() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_video/native/
H A Djuce_win32_Video.h902 struct NativeWindow struct
904 NativeWindow (HWND parentToAddTo, void* userData) in NativeWindow() argument
927 ~NativeWindow() in ~NativeWindow()
936 void setWindowPosition (Rectangle<int> newBounds) in setWindowPosition()
964 JUCE_IMPLEMENT_SINGLETON (VideoComponent::Pimpl::DirectShowContext::NativeWindowClass)
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DAndroidSurfaceTexture.h64 ANativeWindow* NativeWindow() const { in NativeWindow() function
/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/com/jogamp/nativewindow/
H A DNativeWindow.java71 public interface NativeWindow extends NativeSurface, NativeSurfaceHolder { interface
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/lv2/
H A DNativeWindow.h29 NativeWindow() in NativeWindow() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Ddesktop_screen_qt.cpp55 bool DesktopScreenQt::IsWindowUnderCursor(gfx::NativeWindow) in IsWindowUnderCursor()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/deqp_support/
H A DtcuANGLENativeDisplayFactory.cpp121 class NativeWindow : public eglu::NativeWindow class
227 NativeWindow::NativeWindow(ANGLENativeDisplay *nativeDisplay, const eglu::WindowParams& params, Eve… in NativeWindow() function in tcu::__anon53c99fd70111::NativeWindow

123