Home
last modified time | relevance | path

Searched refs:native_window (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidwindow.c66 data->native_window = Android_JNI_GetNativeWindow(); in Android_CreateWindow()
68 if (!data->native_window) { in Android_CreateWindow()
73 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->native_window); in Android_CreateWindow()
76 ANativeWindow_release(data->native_window); in Android_CreateWindow()
110 if (data->native_window) { in Android_DestroyWindow()
111 ANativeWindow_release(data->native_window); in Android_DestroyWindow()
127 info->info.android.window = data->native_window; in Android_GetWindowWMInfo()
DSDL_androidwindow.h38 ANativeWindow* native_window; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivantevideo.c276 …data->native_window = vdkCreateWindow(displaydata->native_display, window->x, window->y, window->w… in VIVANTE_CreateWindow()
278 …data->native_window = videodata->fbCreateWindow(displaydata->native_display, window->x, window->y,… in VIVANTE_CreateWindow()
280 if (!data->native_window) { in VIVANTE_CreateWindow()
285 data->egl_surface = SDL_EGL_CreateSurface(_this, data->native_window); in VIVANTE_CreateWindow()
309 if (data->native_window) { in VIVANTE_DestroyWindow()
311 vdkDestroyWindow(data->native_window); in VIVANTE_DestroyWindow()
313 videodata->fbDestroyWindow(data->native_window); in VIVANTE_DestroyWindow()
327 vdkSetWindowTitle(data->native_window, window->title); in VIVANTE_SetWindowTitle()
348 vdkShowWindow(data->native_window); in VIVANTE_ShowWindow()
359 vdkHideWindow(data->native_window); in VIVANTE_HideWindow()
[all …]
/third_party/weston/shared/
Dplatform.h109 void *native_window, in weston_platform_create_egl_surface() argument
123 native_window, in weston_platform_create_egl_surface()
127 (EGLNativeWindowType) native_window, in weston_platform_create_egl_surface()
149 void *native_window,
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestnative.c38 static void *native_window; variable
46 if (native_window) { in quit()
47 factory->DestroyNativeWindow(native_window); in quit()
157 native_window = factory->CreateNativeWindow(WINDOW_W, WINDOW_H); in main()
158 if (!native_window) { in main()
162 window = SDL_CreateWindowFrom(native_window); in main()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/android/
Dgstvkwindow_android.c208 struct ANativeWindow *native_window = (struct ANativeWindow *) window_handle; in gst_vulkan_window_android_set_window_handle() local
210 g_return_if_fail (native_window != NULL); in gst_vulkan_window_android_set_window_handle()
212 if (priv->internal_window && priv->internal_window != native_window) { in gst_vulkan_window_android_set_window_handle()
217 priv->internal_window = native_window; in gst_vulkan_window_android_set_window_handle()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Ddeqp_egl_test_expectations.txt51 1662 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.other_clear = FAIL
52 1662 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.other_render = FAIL
57 1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_clear = SKIP
58 1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_render = SKIP
89 2382 WIN : dEQP-EGL.functional.native_color_mapping.native_window.* = SKIP
90 1340 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL
147 2546 LINUX : dEQP-EGL.functional.native_color_mapping.native_window.* = FAIL
148 2546 LINUX : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL
162 2546 MAC : dEQP-EGL.functional.native_color_mapping.native_window.* = FAIL
163 2546 MAC : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL
[all …]
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_native_surface_android.cc14 ANativeWindow* native_window) in VulkanNativeSurfaceAndroid() argument
15 : native_window_(native_window) { in VulkanNativeSurfaceAndroid()
Dvulkan_native_surface_android.h20 VulkanNativeSurfaceAndroid(ANativeWindow* native_window);
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Ddeqp_egl_test_expectations.txt36 1662 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.other_clear = FAIL
37 1662 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.other_render = FAIL
42 1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_clear = SKIP
43 1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_render = SKIP
70 2382 WIN : dEQP-EGL.functional.native_color_mapping.native_window.* = SKIP
71 1340 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL
88 2546 LINUX : dEQP-EGL.functional.native_color_mapping.native_window.* = FAIL
89 2546 LINUX : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL
99 2546 MAC : dEQP-EGL.functional.native_color_mapping.native_window.* = FAIL
100 2546 MAC : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL
[all …]
/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc76 gfx::NativeWindow native_window = in GetScreenPoint() local
81 native_window, gfx::Rect(view, gfx::Size(0, 0))); in GetScreenPoint()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/
Dgstglwindow_android_egl.c93 window_egl->native_window = (EGLNativeWindowType) handle; in gst_gl_window_android_egl_set_window_handle()
101 return (guintptr) window_egl->native_window; in gst_gl_window_android_egl_get_window_handle()
Dgstglwindow_android_egl.h45 EGLNativeWindowType native_window; member
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp80 _EGLConfig *conf, void *native_window, const EGLint *attrib_list) in haiku_create_window_surface() argument
92 conf, attrib_list, native_window)) { in haiku_create_window_surface()
100 BWindow* win = (BWindow*)native_window; in haiku_create_window_surface()
/third_party/flutter/engine/flutter/shell/platform/android/
Dace_platform_view_android.cc120 fml::RefPtr<AndroidNativeWindow> native_window) { in NotifyCreated() argument
128 native_window = std::move(native_window)]() { in NotifyCreated()
129 surface->SetNativeWindow(native_window); in NotifyCreated()
Dplatform_view_android.cc45 fml::RefPtr<AndroidNativeWindow> native_window) { in NotifyCreated() argument
53 native_window = std::move(native_window)]() { in NotifyCreated()
54 surface->SetNativeWindow(native_window); in NotifyCreated()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp350 …Y CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttr… in CreatePlatformWindowSurface() argument
353 "const EGLint *attrib_list = %p)", dpy, config, native_window, attrib_list); in CreatePlatformWindowSurface()
365 native_window = (void *)(*(::Window*)native_window); in CreatePlatformWindowSurface()
368 if(!display->isValidWindow((EGLNativeWindowType)native_window)) in CreatePlatformWindowSurface()
373 return display->createWindowSurface((EGLNativeWindowType)native_window, config, attrib_list); in CreatePlatformWindowSurface()
376 …reatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint … in CreatePlatformWindowSurfaceEXT() argument
379 "const EGLint *attrib_list = %p)", dpy, config, native_window, attrib_list); in CreatePlatformWindowSurfaceEXT()
382 return CreatePlatformWindowSurface(dpy, config, native_window, &attribs); in CreatePlatformWindowSurfaceEXT()
Dmain.cpp385 …reatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint …
386 …Y CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttr…
595 …reatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint … in eglCreatePlatformWindowSurfaceEXT() argument
597 return egl::CreatePlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurfaceEXT()
600 …glCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttr… in eglCreatePlatformWindowSurface() argument
602 return egl::CreatePlatformWindowSurface(dpy, config, native_window, attrib_list); in eglCreatePlatformWindowSurface()
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwFuncPtrLibraryImpl.inl77 …:createPlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttr… argument
79 return m_egl.createPlatformWindowSurface(dpy, config, native_window, attrib_list);
82 …eatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint … argument
84 return m_egl.createPlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list);
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/
Degl-master.txt3005 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear
3006 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render
3007 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear
3008 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render
3009 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear
3010 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render
3011 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear
3012 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render
3013 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear
3014 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render
[all …]
/third_party/EGL/extensions/KHR/
DEGL_KHR_platform_gbm.txt86 platform and a <native_window> that points to a `struct gbm_surface`. If
87 <native_window> was created without the GBM_BO_USE_RENDERING flag, or if
88 the color format of <native_window> differs from the EGL_NATIVE_VISUAL_ID
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_platform_gbm.txt86 platform and a <native_window> that points to a `struct gbm_surface`. If
87 <native_window> was created without the GBM_BO_USE_RENDERING flag, or if
88 the color format of <native_window> differs from the EGL_NATIVE_VISUAL_ID
/third_party/mesa3d/src/egl/main/
Deglapi.c966 void *native_window, const EGLint *attrib_list) in _eglCreateWindowSurfaceCommon() argument
973 if (native_window == NULL) in _eglCreateWindowSurfaceCommon()
998 if (_eglNativeSurfaceAlreadyUsed(disp, native_window)) in _eglCreateWindowSurfaceCommon()
1001 surf = disp->Driver->CreateWindowSurface(disp, conf, native_window, attrib_list); in _eglCreateWindowSurfaceCommon()
1021 _fixupNativeWindow(_EGLDisplay *disp, void *native_window) in _fixupNativeWindow() argument
1024 if (disp && disp->Platform == _EGL_PLATFORM_X11 && native_window != NULL) { in _fixupNativeWindow()
1032 return (void *)(* (Window*) native_window); in _fixupNativeWindow()
1035 return native_window; in _fixupNativeWindow()
1040 void *native_window, in eglCreatePlatformWindowSurfaceEXT() argument
1045 native_window = _fixupNativeWindow(disp, native_window); in eglCreatePlatformWindowSurfaceEXT()
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/
Degl-master.txt3076 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear
3077 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render
3078 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear
3079 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render
3080 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear
3081 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render
3082 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear
3083 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render
3084 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear
3085 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render
[all …]
/third_party/vk-gl-cts/android/cts/master/
Degl-master.txt3164 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_clear
3165 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_no_stencil_render
3166 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_clear
3167 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_no_depth_stencil_render
3168 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_clear
3169 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_no_stencil_render
3170 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_clear
3171 dEQP-EGL.functional.native_color_mapping.native_window.rgb565_depth_stencil_render
3172 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_clear
3173 dEQP-EGL.functional.native_color_mapping.native_window.rgb888_no_depth_no_stencil_render
[all …]

12345