Home
last modified time | relevance | path

Searched refs:egl_dll_handle (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c275 if (_this->egl_data->egl_dll_handle) { in SDL_EGL_UnloadLibrary()
277 _this->egl_data->egl_dll_handle = NULL; in SDL_EGL_UnloadLibrary()
340 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly()
343 if (egl_dll_handle == NULL) { in SDL_EGL_LoadLibraryOnly()
347 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly()
349 if (egl_dll_handle == NULL && !vc4) { in SDL_EGL_LoadLibraryOnly()
358 if (egl_dll_handle == NULL) { in SDL_EGL_LoadLibraryOnly()
363 if (egl_dll_handle == NULL && !vc4) { in SDL_EGL_LoadLibraryOnly()
373 egl_dll_handle = SDL_LoadObject(path); in SDL_EGL_LoadLibraryOnly()
377 _this->egl_data->egl_dll_handle = egl_dll_handle; in SDL_EGL_LoadLibraryOnly()
[all …]
A DSDL_egl_c.h36 void *egl_dll_handle, *dll_handle; member
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtopengles.cpp66 …CreateWinrtEglWindow_Old_Function) SDL_LoadFunction(_this->egl_data->egl_dll_handle, "CreateWinrtE… in WINRT_GLES_LoadLibrary()

Completed in 12 milliseconds