Home
last modified time | relevance | path

Searched refs:SDL_EGL_LoadLibrary (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengles.c54 return SDL_EGL_LoadLibrary(_this, NULL, EGL_DEFAULT_DISPLAY, 0); in WIN_GLES_LoadLibrary()
112 if (SDL_EGL_LoadLibrary(_this, NULL, EGL_DEFAULT_DISPLAY, 0) < 0) { in SDL_EGL_MakeCurrent_impl()
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivanteopengles.c37 return SDL_EGL_LoadLibrary(_this, path, displaydata->native_display, 0); in VIVANTE_GLES_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpiopengles.c42 return SDL_EGL_LoadLibrary(_this, path, EGL_DEFAULT_DISPLAY, 0); in RPI_GLES_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidgl.c86 return SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) 0, 0); in Android_GLES_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengles.m54 return SDL_EGL_LoadLibrary(_this, NULL, EGL_DEFAULT_DISPLAY, 0);
112 if (SDL_EGL_LoadLibrary(_this, NULL, EGL_DEFAULT_DISPLAY, 0) < 0) {
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandopengles.c43 ret = SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) data->display, 0); in Wayland_GLES_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengles.c57 return SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) data->display, 0); in X11_GLES_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtopengles.cpp61 if (SDL_EGL_LoadLibrary(_this, path, EGL_DEFAULT_DISPLAY, 0) != 0) { in WINRT_GLES_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmopengles.c39 return SDL_EGL_LoadLibrary(_this, path, display, EGL_PLATFORM_GBM_MESA); in KMSDRM_GLES_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl_c.h115 extern int SDL_EGL_LoadLibrary(_THIS, const char *path, NativeDisplayType native_display, EGLenum p…
A DSDL_egl.c469 SDL_EGL_LoadLibrary(_THIS, const char *egl_path, NativeDisplayType native_display, EGLenum platform) in SDL_EGL_LoadLibrary() function

Completed in 15 milliseconds