[Tizen] Add GlWindow
[platform/core/uifw/dali-adaptor.git] / dali / internal / graphics / gles / egl-graphics.h
index 8ee45bc..7476f94 100644 (file)
@@ -57,6 +57,14 @@ public:
   void Initialize( EnvironmentOptions* environmentOptions ) override;
 
   /**
+   * Initialize the graphics interface with specific input parameters
+   * @param[in]  depth  The flag to enable depth buffer
+   * @param[in]  stencil  The flag to enable stencil buffer
+   * @param[in]  msaa  The value of multi sampleing bit
+   */
+  void Initialize( bool depth, bool stencil, int msaa );
+
+  /**
    * Creates the graphics interface for EGL
    * @return The graphics interface for EGL
    */