add cpp parameter for bufmgr_alloc_bo_with_format 16/255616/1 accepted/tizen/unified/20210324.124641 submit/tizen/20210323.100158
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 19 Mar 2021 11:57:03 +0000 (20:57 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 19 Mar 2021 11:58:32 +0000 (20:58 +0900)
Change-Id: I93ccebe4abe4a8f394674ab8bdb67b20de68e50c

src/libhal-backend-tbm-vigs/tbm_backend_vigs.c

index ccd7e271c8460de8aeab9f9035825a9d90cb8552..4a9aeb63c3568efa2626ac2e65b76949d4f69554 100644 (file)
@@ -307,7 +307,7 @@ tbm_vigs_bufmgr_alloc_bo(hal_tbm_bufmgr *bufmgr, unsigned int size,
 
 static hal_tbm_bo *
 tbm_vigs_bufmgr_alloc_bo_with_format(hal_tbm_bufmgr *bufmgr, int format,  int bo_idx,
-                                                               int width, int height, hal_tbm_bo_memory_type flags, hal_tbm_error *error)
+                                                               int width, int height, int cpp, hal_tbm_bo_memory_type flags, hal_tbm_error *error)
 {
        tbm_vigs_bufmgr *bufmgr_data = (tbm_vigs_bufmgr *)bufmgr;
        tbm_vigs_bo *bo_data;