Home
last modified time | relevance | path

Searched refs:NativeWindowType (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl_c.h74 NativeWindowType window,
123 extern EGLSurface *SDL_EGL_CreateSurface(_THIS, NativeWindowType nw);
A DSDL_egl.c1076 SDL_EGL_CreateSurface(_THIS, NativeWindowType nw) in SDL_EGL_CreateSurface()
/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/
A Deglplatform.h112 typedef EGLNativeWindowType NativeWindowType; typedef
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengles.c119 windowdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType)windowdata->hwnd); in SDL_EGL_MakeCurrent_impl()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidwindow.c85 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->native_window); in Android_CreateWindow()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c41 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 DSDL_cocoaopengles.m120 windowdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType)[v layer]);
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c329 wdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) &wdata->dispman_window); in RPI_CreateWindow()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c425 windata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType)windata->gs); in KMSDRM_CreateSurfaces()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandwindow.c728 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->egl_window); in Wayland_CreateWindow()
/AliOS-Things-master/components/SDL2/include/
A DSDL_egl.h470 typedef EGLNativeWindowType NativeWindowType; typedef
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.c645 windowdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) w); in X11_CreateWindow()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c1012 … data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->native_window); in SDL_JAVA_INTERFACE()

Completed in 26 milliseconds