{
if( mEglWindow != NULL )
{
+ DALI_LOG_RELEASE_INFO("Egl window is destroyed by WindowRenderSurface Destructor\n");
wl_egl_window_destroy(mEglWindow);
mEglWindow = NULL;
}
if( mEglWindow != NULL )
{
+ DALI_LOG_RELEASE_INFO("Egl window is destroyed by WindowRenderSurface::DestroyEglSurface()\n");
wl_egl_window_destroy(mEglWindow);
mEglWindow = NULL;
}
if( mEglWindow != NULL )
{
+ DALI_LOG_RELEASE_INFO("Egl window is destroyed by WindowRenderSurface::ReplaceEGLSurface()\n");
wl_egl_window_destroy(mEglWindow);
mEglWindow = NULL;
}
{
if( mEglWindow != NULL )
{
+ DALI_LOG_RELEASE_INFO("Egl window is destroyed by wl2 WindowRenderSurface Destructor\n");
wl_egl_window_destroy(mEglWindow);
mEglWindow = NULL;
}
if( mEglWindow != NULL )
{
+ DALI_LOG_RELEASE_INFO("Egl window is destroyed by wl2 WindowRenderSurface::DestroyEglSurface()\n");
wl_egl_window_destroy(mEglWindow);
mEglWindow = NULL;
}
if( mEglWindow != NULL )
{
+ DALI_LOG_RELEASE_INFO("Egl window is destroyed by wl2 WindowRenderSurface::ReplaceEGLSurface()\n");
wl_egl_window_destroy(mEglWindow);
mEglWindow = NULL;
}