tbm_module: add tbm_module_bo_map and use it
[platform/core/uifw/libtbm.git] / doc / ui_tbm_surface_doc.h
1
2 #ifndef __SAMSUNG_UI_TBM_SURFACE_DOC_H__
3 #define __SAMSUNG_UI_TBM_SURFACE_DOC_H__
4
5 /**
6  * @defgroup CAPI_UI_TBM_SURFACE_MODULE TBM Surface
7  * @brief The tbm_surface stands for the surface in the tizen.
8  * @ingroup CAPI_UI_FRAMEWORK
9  *
10  * @section CAPI_UI_TBM_SURFACE_MODULE_HEADER Required Header
11  *   \#include <tbm_surface.h>
12  * @section CAPI_UI_TBM_SURFACE_MODULE_OVERVIEW Overview
13  * TBM Surface API provides user interface for The TBM Surface.\n
14  * The user can get pointer of plane in the surface.\n
15  * The user can store data to low level graphic buffer by using pointer of each plane.\n\n
16  * Features :\n
17  *  - Support formats RGB format and YUV format.\n
18  *  - Get format list supported by the system.\n
19  *  - Access the surface with the access type.\n
20  *  - Support the multiple plane graphic buffer.\n
21  *  - Get the information of surface and planes.
22  */
23
24 #endif /* __SAMSUNG_UI_TBM_SURFACE_DOC_H__ */
25