add tbm_dummy_display 33/181633/6
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 15 Jun 2018 07:35:51 +0000 (16:35 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Mon, 18 Jun 2018 04:37:09 +0000 (13:37 +0900)
commit23327a54110daae6c9cca381994a850a85e9d2c8
treefb6ac9e43a06f0625322272e89ee450a2560d835
parentc4ced43767e708ab39b326e1e784efc855ad5306
add tbm_dummy_display

This tbm_dummy_display is just void pointer managed by tbm.
This pointer is used when the user get the EGLDisplay for the offscreen rendering.
Therefore when the user wants to use the offscreen rendering, it use this
tbm_dummy_display handle as the native_display argument of the EGLGetDisplay().

Change-Id: Icece26c0a35c98da7b9e826a3d541b7eb45e0034
include/Makefile.am
include/tbm_dummy_display.h [new file with mode: 0644]
src/Makefile.am
src/tbm_dummy_display.c [new file with mode: 0644]