/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidwindow.c | 66 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()
|
D | SDL_androidwindow.h | 38 ANativeWindow* native_window; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/ |
D | SDL_vivantevideo.c | 276 …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/ |
D | platform.h | 109 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/ |
D | testnative.c | 38 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/ |
D | gstvkwindow_android.c | 208 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/ |
D | deqp_egl_test_expectations.txt | 51 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/ |
D | vulkan_native_surface_android.cc | 14 ANativeWindow* native_window) in VulkanNativeSurfaceAndroid() argument 15 : native_window_(native_window) { in VulkanNativeSurfaceAndroid()
|
D | vulkan_native_surface_android.h | 20 VulkanNativeSurfaceAndroid(ANativeWindow* native_window);
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | deqp_egl_test_expectations.txt | 36 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/ |
D | browser_platform_delegate_chrome.cc | 76 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/ |
D | gstglwindow_android_egl.c | 93 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()
|
D | gstglwindow_android_egl.h | 45 EGLNativeWindowType native_window; member
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 80 _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/ |
D | ace_platform_view_android.cc | 120 fml::RefPtr<AndroidNativeWindow> native_window) { in NotifyCreated() argument 128 native_window = std::move(native_window)]() { in NotifyCreated() 129 surface->SetNativeWindow(native_window); in NotifyCreated()
|
D | platform_view_android.cc | 45 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/ |
D | libEGL.cpp | 350 …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()
|
D | main.cpp | 385 …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/ |
D | eglwFuncPtrLibraryImpl.inl | 77 …: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/ |
D | egl-master.txt | 3005 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/ |
D | EGL_KHR_platform_gbm.txt | 86 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/ |
D | EGL_KHR_platform_gbm.txt | 86 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/ |
D | eglapi.c | 966 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/ |
D | egl-master.txt | 3076 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/ |
D | egl-master.txt | 3164 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 …]
|