Home
last modified time | relevance | path

Searched refs:EGL_NO_SURFACE (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenwindow.c60 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 DSDL_androidwindow.c87 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 DSDL_emscriptenvideo.c260 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 DSDL_vivantevideo.c303 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 DSDL_egl.c1010 …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 DSDL_egl_c.h150 …t(_this, window ? ((SDL_WindowData *) window->driverdata)->egl_surface : EGL_NO_SURFACE, context);\
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengles.c121 if (windowdata->egl_surface == EGL_NO_SURFACE) { in SDL_EGL_MakeCurrent_impl()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c331 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 DSDL_kmsdrmvideo.c379 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 Dgl.c201 if (surface == EGL_NO_SURFACE) { in glCreateContext()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c719 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 DSDL_cocoaopengles.m122 if (windowdata->egl_surface == EGL_NO_SURFACE) {
/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/
A Degl.h100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtvideo.cpp597 data->egl_surface = EGL_NO_SURFACE; in WINRT_CreateWindow()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c1011 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 DSDL_waylandwindow.c730 if (data->egl_surface == EGL_NO_SURFACE) { in Wayland_CreateWindow()
/AliOS-Things-master/components/SDL2/include/
A DSDL_egl.h581 #define EGL_NO_SURFACE ((EGLSurface)0) macro
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.c647 if (windowdata->egl_surface == EGL_NO_SURFACE) { in X11_CreateWindow()

Completed in 39 milliseconds