Searched refs:SDL_EGL_LoadLibrary (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsopengles.c | 54 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 D | SDL_vivanteopengles.c | 37 return SDL_EGL_LoadLibrary(_this, path, displaydata->native_display, 0); in VIVANTE_GLES_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpiopengles.c | 42 return SDL_EGL_LoadLibrary(_this, path, EGL_DEFAULT_DISPLAY, 0); in RPI_GLES_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidgl.c | 86 return SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) 0, 0); in Android_GLES_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaopengles.m | 54 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 D | SDL_waylandopengles.c | 43 ret = SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) data->display, 0); in Wayland_GLES_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11opengles.c | 57 return SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) data->display, 0); in X11_GLES_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtopengles.cpp | 61 if (SDL_EGL_LoadLibrary(_this, path, EGL_DEFAULT_DISPLAY, 0) != 0) { in WINRT_GLES_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmopengles.c | 39 return SDL_EGL_LoadLibrary(_this, path, display, EGL_PLATFORM_GBM_MESA); in KMSDRM_GLES_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl_c.h | 115 extern int SDL_EGL_LoadLibrary(_THIS, const char *path, NativeDisplayType native_display, EGLenum p…
|
A D | SDL_egl.c | 469 SDL_EGL_LoadLibrary(_THIS, const char *egl_path, NativeDisplayType native_display, EGLenum platform) in SDL_EGL_LoadLibrary() function
|
Completed in 15 milliseconds