X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fgl-window-render-thread.h;h=2b4871bc831c60f626a9fdd36bfe32ac16cd09bc;hb=8092a834783676569c48c827b8beee67cd5052c6;hp=95a13661676a0a5bc1b5faf9669c6ac60e82186e;hpb=9a9ab95ca063cc2cbfddc0d249e441f8bf7845c2;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/gl-window-render-thread.h b/dali/internal/window-system/common/gl-window-render-thread.h index 95a1366..2b4871b 100644 --- a/dali/internal/window-system/common/gl-window-render-thread.h +++ b/dali/internal/window-system/common/gl-window-render-thread.h @@ -104,7 +104,7 @@ public: void SetWindowBase(WindowBase* windowBase); /** - * @brief Sets egl configuration for GlWindow + * @brief Sets graphics configuration for GlWindow * * @param[in] depth the flag of depth buffer. If true is set, 24bit depth buffer is enabled. * @param[in] stencil the flag of stencil. it true is set, 8bit stencil buffer is enabled. @@ -112,7 +112,7 @@ public: * @param[in] version the GLES version. * */ - void SetEglConfig(bool depth, bool stencil, int msaa, int version); + void SetGraphicsConfig(bool depth, bool stencil, int msaa, int version); /** * Pauses the Render Thread. @@ -139,9 +139,9 @@ public: void Stop(); /** - * @copydoc Dali::GlWindow::RegisterGlCallback() + * @copydoc Dali::GlWindow::RegisterGlCallbacks() */ - void RegisterGlCallback(CallbackBase* initCallback, CallbackBase* renderFrameCallback, CallbackBase* terminateCallback); + void RegisterGlCallbacks(CallbackBase* initCallback, CallbackBase* renderFrameCallback, CallbackBase* terminateCallback); /** * Enable OnDemand Rendering Mode