Searched refs:native_window (Results 1 - 25 of 46) sorted by last modified time

12

/external/deqp/framework/egl/
H A DegluUtil.cpp39 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
/external/deqp/framework/platform/android/
H A DtcuAndroidWindow.hpp33 #include <android/native_window.h>
/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp44 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
/external/chromium_org/third_party/angle/include/EGL/
H A Degl.h289 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
H A Deglext.h535 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
539 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
H A Deglplatform.h88 #include <android/native_window.h>
/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_aurawin.cc33 virtual bool SendKeyPress(gfx::NativeWindow native_window, argument
41 native_window->GetHost()->GetAcceleratedWidget();
45 virtual bool SendKeyPressNotifyWhenDone(gfx::NativeWindow native_window, argument
54 native_window->GetHost()->GetAcceleratedWidget();
/external/chromium_org/ui/gl/android/
H A Dsurface_texture.cc130 ANativeWindow* native_window = ANativeWindow_fromSurface( local
132 return native_window;
/external/chromium_org/ui/ozone/platform/egltest/
H A Deglplatform_shim.h52 SHIM_EXPORT bool ShimReleaseNativeWindow(ShimEGLNativeWindowType native_window);
H A Deglplatform_shim_xeleven.cc100 bool ShimReleaseNativeWindow(ShimEGLNativeWindowType native_window) { argument
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc112 aura::Window* native_window = local
115 native_window->AddObserver(top_level_handler);
117 return native_window;
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc1068 gfx::NativeWindow native_window) {
1070 return reinterpret_cast<NativeWidgetPrivate*>(native_window->user_data());
1067 GetNativeWidgetForNativeWindow( gfx::NativeWindow native_window) argument
H A Dnative_widget_private.h57 gfx::NativeWindow native_window);
H A Dwidget.cc253 Widget* Widget::GetWidgetForNativeWindow(gfx::NativeWindow native_window) { argument
256 native_window);
H A Dwidget.h307 static Widget* GetWidgetForNativeWindow(gfx::NativeWindow native_window);
/external/chromium_org/third_party/khronos/EGL/
H A Deglplatform.h89 #include <android/native_window.h>
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_browsertest.cc27 NativeAppWindow* native_window = app_window->GetBaseWindow(); local
28 gfx::Insets insets = native_window->GetFrameInsets();
51 NativeAppWindow* native_window = app_window->GetBaseWindow(); local
52 gfx::Insets insets = native_window->GetFrameInsets();
65 NativeAppWindow* native_window = app_window->GetBaseWindow(); local
66 gfx::Insets insets = native_window->GetFrameInsets();
/external/chromium_org/content/app/android/
H A Dchild_process_service.cc79 ANativeWindow* native_window = variable
82 return native_window;
101 ANativeWindow* native_window = variable
104 return native_window;
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_surface_texture.cc19 ANativeWindow* native_window)
22 native_window_(native_window),
39 ANativeWindow* native_window = local
43 if (!native_window)
47 native_window, size.width(), size.height(), WindowFormat(internalformat));
54 native_window));
14 GpuMemoryBufferImplSurfaceTexture( const gfx::Size& size, unsigned internalformat, const DestructionCallback& callback, const gfx::SurfaceTextureId& surface_texture_id, ANativeWindow* native_window) argument
H A Dgpu_memory_buffer_impl_surface_texture.h40 ANativeWindow* native_window);
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils.cc14 bool GetNativeWindow(const Browser* browser, gfx::NativeWindow* native_window) { argument
19 *native_window = window->GetNativeWindow();
20 return *native_window;
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_util.cc35 bool IsNativeWindowInAsh(gfx::NativeWindow native_window) { argument
36 return IsNativeViewInAsh(native_window);
H A Dash_util.h12 // Returns true if |native_view/native_window| exists within the Ash
15 bool IsNativeWindowInAsh(gfx::NativeWindow native_window);
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc1066 aura::Window* native_window = window->GetNativeWindow(); local
1071 if (!manager->IsWindowOnDesktopOfUser(native_window, current_user)) {
1074 manager->ShowWindowForUser(native_window, current_user);

Completed in 341 milliseconds

12