Change-Id: I0d0bb45371effe6ab8f5fa58696fd29f77b216c7
}
mConsumeSurface = NULL;
}
-
+#if 0
for( auto&& iter : mEglImages )
{
mEglImageExtensions->DestroyImageKHR( iter.second );
tbm_surface_internal_unref( iter.first );
}
mEglImages.clear();
+#endif
}
bool NativeImageSourceQueueTizen::CheckBlending( int format )
/**
* @return Whether the depth buffer is required.
*/
- bool DepthBufferRequired() const;
+ bool DALI_CORE_API DepthBufferRequired() const;
/**
* @return Whether the stencil buffer is required.
*/
- bool StencilBufferRequired() const;
+ bool DALI_CORE_API StencilBufferRequired() const;
/// Deleted copy constructor.
EnvironmentOptions( const EnvironmentOptions& ) = delete;