Searched refs:EGL_NO_SURFACE (Results 1 – 18 of 18) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/offscreen/ |
A D | SDL_offscreenwindow.c | 60 if (offscreen_window->egl_surface == EGL_NO_SURFACE) { in OFFSCREEN_CreateWindow() 66 offscreen_window->egl_surface = EGL_NO_SURFACE; in OFFSCREEN_CreateWindow()
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidwindow.c | 87 if (data->egl_surface == EGL_NO_SURFACE) { in Android_CreateWindow() 178 if (data->egl_surface != EGL_NO_SURFACE) { in Android_DestroyWindow()
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenvideo.c | 260 if (wdata->egl_surface == EGL_NO_SURFACE) { in Emscripten_CreateWindow() 310 if (data->egl_surface != EGL_NO_SURFACE) { in Emscripten_DestroyWindow() 312 data->egl_surface = EGL_NO_SURFACE; in Emscripten_DestroyWindow()
|
/AliOS-Things-master/components/SDL2/src/video/vivante/ |
A D | SDL_vivantevideo.c | 303 if (data->egl_surface == EGL_NO_SURFACE) { in VIVANTE_CreateWindow() 307 data->egl_surface = EGL_NO_SURFACE; in VIVANTE_CreateWindow() 324 if (data->egl_surface != EGL_NO_SURFACE) { in VIVANTE_DestroyWindow()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl.c | 1010 …this->egl_data->eglMakeCurrent(_this->egl_data->egl_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_N… in SDL_EGL_MakeCurrent() 1085 return EGL_NO_SURFACE; in SDL_EGL_CreateSurface() 1114 return EGL_NO_SURFACE; in SDL_EGL_CreateSurface() 1124 if (surface == EGL_NO_SURFACE) { in SDL_EGL_CreateSurface() 1140 return EGL_NO_SURFACE; in SDL_EGL_CreateOffscreenSurface() 1156 if (egl_surface != EGL_NO_SURFACE) { in SDL_EGL_DestroySurface()
|
A D | SDL_egl_c.h | 150 …t(_this, window ? ((SDL_WindowData *) window->driverdata)->egl_surface : EGL_NO_SURFACE, context);\
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsopengles.c | 121 if (windowdata->egl_surface == EGL_NO_SURFACE) { in SDL_EGL_MakeCurrent_impl()
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpivideo.c | 331 if (wdata->egl_surface == EGL_NO_SURFACE) { in RPI_CreateWindow() 376 if (data->egl_surface != EGL_NO_SURFACE) { in RPI_DestroyWindow()
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmvideo.c | 379 SDL_EGL_MakeCurrent(_this, EGL_NO_SURFACE, EGL_NO_CONTEXT); in KMSDRM_DestroySurfaces() 381 if (windata->egl_surface != EGL_NO_SURFACE) { in KMSDRM_DestroySurfaces() 383 windata->egl_surface = EGL_NO_SURFACE; in KMSDRM_DestroySurfaces() 427 if (windata->egl_surface == EGL_NO_SURFACE) { in KMSDRM_CreateSurfaces()
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | gl.c | 201 if (surface == EGL_NO_SURFACE) { in glCreateContext()
|
/AliOS-Things-master/components/SDL2/src/video/pandora/ |
A D | SDL_pandora.c | 719 eglMakeCurrent(phdata->egl_display, EGL_NO_SURFACE, in PND_gl_makecurrent() 720 EGL_NO_SURFACE, EGL_NO_CONTEXT); in PND_gl_makecurrent() 727 if (wdata->gles_surface == EGL_NO_SURFACE) { in PND_gl_makecurrent()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaopengles.m | 122 if (windowdata->egl_surface == EGL_NO_SURFACE) {
|
/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/ |
A D | egl.h | 100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtvideo.cpp | 597 data->egl_surface = EGL_NO_SURFACE; in WINRT_CreateWindow()
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 1011 if (data->egl_surface == EGL_NO_SURFACE) { in SDL_JAVA_INTERFACE() 1047 if (data->egl_surface != EGL_NO_SURFACE) { in SDL_JAVA_INTERFACE() 1049 data->egl_surface = EGL_NO_SURFACE; in SDL_JAVA_INTERFACE()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandwindow.c | 730 if (data->egl_surface == EGL_NO_SURFACE) { in Wayland_CreateWindow()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_egl.h | 581 #define EGL_NO_SURFACE ((EGLSurface)0) macro
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 647 if (windowdata->egl_surface == EGL_NO_SURFACE) { in X11_CreateWindow()
|
Completed in 39 milliseconds