Searched refs:SDL_EGL_CreateSurface (Results 1 – 12 of 12) sorted by relevance
/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/ |
A D | SDL_egl_c.h | 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() function
|
/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/emscripten/ |
A D | SDL_emscriptenvideo.c | 258 wdata->egl_surface = SDL_EGL_CreateSurface(_this, 0); in Emscripten_CreateWindow()
|
/AliOS-Things-master/components/SDL2/src/video/vivante/ |
A D | SDL_vivantevideo.c | 302 data->egl_surface = SDL_EGL_CreateSurface(_this, data->native_window); in VIVANTE_CreateWindow()
|
/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/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 31 milliseconds