Home
last modified time | relevance | path

Searched refs:EGL_NO_DISPLAY (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c193 egl_extstr = _this->egl_data->eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in SDL_EGL_HasExtension()
487 _this->egl_data->egl_display = EGL_NO_DISPLAY; in SDL_EGL_LoadLibrary()
502 if (_this->egl_data->egl_display == EGL_NO_DISPLAY) { in SDL_EGL_LoadLibrary()
505 if (_this->egl_data->egl_display == EGL_NO_DISPLAY) { in SDL_EGL_LoadLibrary()
568 if (_this->egl_data->egl_display == EGL_NO_DISPLAY) { in SDL_EGL_InitializeOffscreen()
585 if (attempted_egl_display == EGL_NO_DISPLAY) { in SDL_EGL_InitializeOffscreen()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c224 if (phdata->egl_display == EGL_NO_DISPLAY) { in PND_createwindow()
226 if (phdata->egl_display == EGL_NO_DISPLAY) { in PND_createwindow()
761 if (phdata->egl_display != EGL_NO_DISPLAY) { in PND_gl_setswapinterval()
813 if (phdata->egl_display != EGL_NO_DISPLAY) { in PND_gl_deletecontext()
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dgl.c141 if (egl_disp == EGL_NO_DISPLAY) { in glLoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspgl.c194 if (_this->gl_data->display != EGL_NO_DISPLAY) { in PSP_GL_DeleteContext()
/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/
A Degl.h99 #define EGL_NO_DISPLAY EGL_CAST(EGLDisplay,0) macro
/AliOS-Things-master/components/SDL2/include/
A DSDL_egl.h580 #define EGL_NO_DISPLAY ((EGLDisplay)0) macro

Completed in 14 milliseconds