/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkWsiPlatform.hpp | 80 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType; 113 typedef pt::XlibDisplayPtr NativeDisplayType; typedef 125 typedef pt::XcbConnectionPtr NativeDisplayType; typedef 137 typedef pt::WaylandDisplayPtr NativeDisplayType; typedef 161 typedef pt::Win32InstanceHandle NativeDisplayType; typedef
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_egl_c.h | 39 EGLDisplay(EGLAPIENTRY *eglGetDisplay) (NativeDisplayType display); 86 extern int SDL_EGL_LoadLibrary(_THIS, const char *path, NativeDisplayType native_display);
|
D | SDL_egl.c | 161 SDL_EGL_LoadLibrary(_THIS, const char *egl_path, NativeDisplayType native_display) in SDL_EGL_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidgl.c | 56 return SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) 0); in Android_GLES_LoadLibrary()
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
D | egl.h | 78 #define EGL_DEFAULT_DISPLAY ((NativeDisplayType)0) 215 GLAPI EGLDisplay APIENTRY eglGetDisplay (NativeDisplayType display);
|
/third_party/EGL/api/1.1/EGL/ |
D | egl.h | 48 #define EGL_DEFAULT_DISPLAY ((NativeDisplayType)0) 185 GLAPI EGLDisplay APIENTRY eglGetDisplay (NativeDisplayType display);
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
D | eglplatform.h | 136 typedef EGLNativeDisplayType NativeDisplayType; typedef
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
D | eglplatform.h | 136 typedef EGLNativeDisplayType NativeDisplayType; typedef
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandopengles.c | 38 ret = SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) data->display); in Wayland_GLES_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/ |
D | eglplatform.h | 154 typedef EGLNativeDisplayType NativeDisplayType; variable
|
/third_party/mesa3d/include/EGL/ |
D | eglplatform.h | 160 typedef EGLNativeDisplayType NativeDisplayType; typedef
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
D | eglplatform.h | 153 typedef EGLNativeDisplayType NativeDisplayType; typedef
|
/third_party/EGL/api/EGL/ |
D | eglplatform.h | 155 typedef EGLNativeDisplayType NativeDisplayType; typedef
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengles.c | 55 return SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) data->display); in X11_GLES_LoadLibrary()
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
D | egl.h | 193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
|
/third_party/EGL/api/1.2/ |
D | egl.h | 193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
D | egl.h | 193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
|
/third_party/EGL/api/1.2/EGL/ |
D | egl.h | 197 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/ |
D | SDL_pandora.c | 223 phdata->egl_display = eglGetDisplay((NativeDisplayType) 0); in PND_createwindow()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_egl.h | 465 typedef EGLNativeDisplayType NativeDisplayType; typedef
|