Home
last modified time | relevance | path

Searched refs:driver_path (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenopengles.c77 SDL_strlcpy(_this->gl_config.driver_path, path, sizeof(_this->gl_config.driver_path) - 1); in Emscripten_GLES_LoadLibrary()
79 *_this->gl_config.driver_path = '\0'; in Emscripten_GLES_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bopengl.cc59 SDL_strlcpy(_this->gl_config.driver_path, "libGL.so", in HAIKU_GL_LoadLibrary()
60 SDL_arraysize(_this->gl_config.driver_path)); in HAIKU_GL_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_opengl.c137 SDL_strlcpy(_this->gl_config.driver_path, path, in DirectFB_GL_LoadLibrary()
138 SDL_arraysize(_this->gl_config.driver_path)); in DirectFB_GL_LoadLibrary()
140 *_this->gl_config.driver_path = '\0'; in DirectFB_GL_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c444 SDL_strlcpy(_this->gl_config.driver_path, path, sizeof(_this->gl_config.driver_path) - 1); in SDL_EGL_LoadLibraryOnly()
446 *_this->gl_config.driver_path = '\0'; in SDL_EGL_LoadLibraryOnly()
507 *_this->gl_config.driver_path = '\0'; in SDL_EGL_LoadLibrary()
513 *_this->gl_config.driver_path = '\0'; in SDL_EGL_LoadLibrary()
A DSDL_sysvideo.h364 char driver_path[256]; member
A DSDL_video.c2952 if (path && SDL_strcmp(path, _this->gl_config.driver_path) != 0) { in SDL_GL_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c353 SDL_strlcpy(_this->gl_config.driver_path, path, in PND_gl_loadlibrary()
354 SDL_arraysize(_this->gl_config.driver_path)); in PND_gl_loadlibrary()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m159 SDL_strlcpy(_this->gl_config.driver_path, path,
160 SDL_arraysize(_this->gl_config.driver_path));
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c182 SDL_strlcpy(_this->gl_config.driver_path, path, in X11_GL_LoadLibrary()
183 SDL_arraysize(_this->gl_config.driver_path)); in X11_GL_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c111 SDL_strlcpy(_this->gl_config.driver_path, path, in WIN_GL_LoadLibrary()
112 SDL_arraysize(_this->gl_config.driver_path)); in WIN_GL_LoadLibrary()

Completed in 20 milliseconds