/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkWsiPlatform.hpp | 97 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType; 115 typedef pt::XlibWindow NativeWindowType; typedef 127 typedef pt::XcbWindow NativeWindowType; typedef 139 typedef pt::WaylandSurfacePtr NativeWindowType; typedef 174 typedef pt::AndroidNativeWindowPtr NativeWindowType; typedef 185 typedef pt::Win32WindowHandle NativeWindowType; typedef 196 typedef void* NativeWindowType; typedef 206 typedef pt::OhosNativeWindowPtr NativeWindowType; typedef
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_egl_c.h | 60 NativeWindowType window, 93 extern EGLSurface *SDL_EGL_CreateSurface(_THIS, NativeWindowType nw);
|
D | SDL_egl.c | 592 SDL_EGL_CreateSurface(_THIS, NativeWindowType nw) in SDL_EGL_CreateSurface()
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
D | eglplatform.h | 138 typedef EGLNativeWindowType NativeWindowType; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
D | eglplatform.h | 138 typedef EGLNativeWindowType NativeWindowType; typedef
|
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/ |
D | eglplatform.h | 156 typedef EGLNativeWindowType NativeWindowType; typedef
|
/third_party/mesa3d/include/EGL/ |
D | eglplatform.h | 162 typedef EGLNativeWindowType NativeWindowType; typedef
|
/third_party/EGL/api/EGL/ |
D | eglplatform.h | 157 typedef EGLNativeWindowType NativeWindowType; typedef
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
D | eglplatform.h | 155 typedef EGLNativeWindowType NativeWindowType; typedef
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/ |
D | SDL_pandora.c | 41 static NativeWindowType hNativeWnd = 0; /* A handle to the window we will create. */ 616 hNativeWnd = (NativeWindowType)malloc(16*1024); in PND_gl_createcontext() 635 (NativeWindowType) 0, NULL); in PND_gl_createcontext()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsopengles.c | 120 windowdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType)windowdata->hwnd); in SDL_EGL_MakeCurrent_impl()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidwindow.c | 73 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->native_window); in Android_CreateWindow()
|
/third_party/EGL/api/1.2/ |
D | egl.h | 208 NativeWindowType win,
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
D | egl.h | 208 NativeWindowType win,
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
D | egl.h | 208 NativeWindowType win,
|
/third_party/EGL/api/1.2/EGL/ |
D | egl.h | 212 NativeWindowType win,
|
/third_party/EGL/api/1.1/EGL/ |
D | egl.h | 195 … APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const…
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
D | egl.h | 225 … APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const…
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/ |
D | egl.h | 231 NativeWindowType win,
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/ |
D | egl.h | 231 NativeWindowType win,
|
/third_party/EGL/api/1.0/ |
D | egl.h | 231 NativeWindowType win,
|
/third_party/EGL/api/1.0/EGL/ |
D | egl.h | 234 NativeWindowType win,
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/ |
D | SDL_rpivideo.c | 284 wdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) &wdata->dispman_window); in RPI_CreateWindow()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandwindow.c | 241 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->egl_window); in Wayland_CreateWindow()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_egl.h | 467 typedef EGLNativeWindowType NativeWindowType; typedef
|