Searched refs:NativeWindowType (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl_c.h | 74 NativeWindowType window, 123 extern EGLSurface *SDL_EGL_CreateSurface(_THIS, NativeWindowType nw);
|
A D | SDL_egl.c | 1076 SDL_EGL_CreateSurface(_THIS, NativeWindowType nw) in SDL_EGL_CreateSurface()
|
/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/ |
A D | eglplatform.h | 112 typedef EGLNativeWindowType NativeWindowType; typedef
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsopengles.c | 119 windowdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType)windowdata->hwnd); in SDL_EGL_MakeCurrent_impl()
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidwindow.c | 85 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->native_window); in Android_CreateWindow()
|
/AliOS-Things-master/components/SDL2/src/video/pandora/ |
A D | SDL_pandora.c | 41 static NativeWindowType hNativeWnd = 0; /* A handle to the window we will create. */ 620 hNativeWnd = (NativeWindowType)malloc(16*1024); in PND_gl_createcontext() 639 (NativeWindowType) 0, NULL); in PND_gl_createcontext()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaopengles.m | 120 windowdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType)[v layer]);
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpivideo.c | 329 wdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) &wdata->dispman_window); in RPI_CreateWindow()
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmvideo.c | 425 windata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType)windata->gs); in KMSDRM_CreateSurfaces()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandwindow.c | 728 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->egl_window); in Wayland_CreateWindow()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_egl.h | 470 typedef EGLNativeWindowType NativeWindowType; typedef
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 645 windowdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) w); in X11_CreateWindow()
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 1012 … data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->native_window); in SDL_JAVA_INTERFACE()
|
Completed in 26 milliseconds