Home
last modified time | relevance | path

Searched refs:SDL_EGL_CreateSurface (Results 1 – 12 of 12) sorted by relevance

/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/
A DSDL_egl_c.h123 extern EGLSurface *SDL_EGL_CreateSurface(_THIS, NativeWindowType nw);
A DSDL_egl.c1076 SDL_EGL_CreateSurface(_THIS, NativeWindowType nw) in SDL_EGL_CreateSurface() function
/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/emscripten/
A DSDL_emscriptenvideo.c258 wdata->egl_surface = SDL_EGL_CreateSurface(_this, 0); in Emscripten_CreateWindow()
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevideo.c302 data->egl_surface = SDL_EGL_CreateSurface(_this, data->native_window); in VIVANTE_CreateWindow()
/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/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 31 milliseconds