Home
last modified time | relevance | path

Searched refs:SDL_GL_LoadLibrary (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.c254 if (SDL_GL_LoadLibrary(NULL) < 0) { in Emscripten_CreateWindow()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c325 if (SDL_GL_LoadLibrary(NULL) < 0) { in RPI_CreateWindow()
/AliOS-Things-master/components/SDL2/include/
A DSDL_video.h1142 extern DECLSPEC int SDLCALL SDL_GL_LoadLibrary(const char *path);
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c1472 if (SDL_GL_LoadLibrary(NULL) < 0) { in SDL_CreateWindow()
1692 if (SDL_GL_LoadLibrary(NULL) < 0) { in SDL_RecreateWindow()
1701 if (SDL_GL_LoadLibrary(NULL) < 0) { in SDL_RecreateWindow()
2944 SDL_GL_LoadLibrary(const char *path) in SDL_GL_LoadLibrary() function
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c779 if (SDL_GL_LoadLibrary(NULL) < 0) { in KMSDRM_CreateWindow()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h553 #define SDL_GL_LoadLibrary SDL_GL_LoadLibrary_REAL macro
A DSDL_dynapi_procs.h581 SDL_DYNAPI_PROC(int,SDL_GL_LoadLibrary,(const char *a),(a),return)
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandwindow.c657 SDL_GL_LoadLibrary(NULL); in Wayland_CreateWindow()

Completed in 27 milliseconds