Home
last modified time | relevance | path

Searched refs:NativeDisplayType (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp80 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/
DSDL_egl_c.h39 EGLDisplay(EGLAPIENTRY *eglGetDisplay) (NativeDisplayType display);
86 extern int SDL_EGL_LoadLibrary(_THIS, const char *path, NativeDisplayType native_display);
DSDL_egl.c161 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/
DSDL_androidgl.c56 return SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) 0); in Android_GLES_LoadLibrary()
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
Degl.h78 #define EGL_DEFAULT_DISPLAY ((NativeDisplayType)0)
215 GLAPI EGLDisplay APIENTRY eglGetDisplay (NativeDisplayType display);
/third_party/EGL/api/1.1/EGL/
Degl.h48 #define EGL_DEFAULT_DISPLAY ((NativeDisplayType)0)
185 GLAPI EGLDisplay APIENTRY eglGetDisplay (NativeDisplayType display);
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglplatform.h136 typedef EGLNativeDisplayType NativeDisplayType; typedef
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglplatform.h136 typedef EGLNativeDisplayType NativeDisplayType; typedef
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandopengles.c38 ret = SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) data->display); in Wayland_GLES_LoadLibrary()
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Deglplatform.h154 typedef EGLNativeDisplayType NativeDisplayType; variable
/third_party/mesa3d/include/EGL/
Deglplatform.h160 typedef EGLNativeDisplayType NativeDisplayType; typedef
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglplatform.h153 typedef EGLNativeDisplayType NativeDisplayType; typedef
/third_party/EGL/api/EGL/
Deglplatform.h155 typedef EGLNativeDisplayType NativeDisplayType; typedef
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengles.c55 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/
Degl.h193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
/third_party/EGL/api/1.2/
Degl.h193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
/third_party/skia/third_party/externals/egl-registry/api/1.2/
Degl.h193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
/third_party/EGL/api/1.2/EGL/
Degl.h197 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c223 phdata->egl_display = eglGetDisplay((NativeDisplayType) 0); in PND_createwindow()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_egl.h465 typedef EGLNativeDisplayType NativeDisplayType; typedef