DrmGLESGraphicSystem: Modify for multi screen
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>
Fri, 21 Dec 2012 04:51:08 +0000 (13:51 +0900)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Wed, 9 Jan 2013 13:04:29 +0000 (05:04 -0800)
commit100fec3df478d2b8893d1166942f94c837cf0a93
tree89e6eb629b01a1b420f3bac6ecc4aec664ab08c4
parent194f494b1d744b458f505195123478b8bac5bc0a
DrmGLESGraphicSystem: Modify for multi screen

BaseGraphicSystem
  Add two functions for multi screen which are switchScreen() and updateScreenList()
  switchScreen() is for switching screen devices.
  updateScreenList() is for updating LmScreenList.

DrmGLESGraphicSystem
  Add implementation of switchScreen() and updateScreenList()
  modify controlling multi screen devices

Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
LayerManagerPlugins/Renderers/Graphic/include/GraphicSystems/BaseGraphicSystem.h
LayerManagerPlugins/Renderers/Graphic/include/GraphicSystems/DrmGLESGraphicSystem.h
LayerManagerPlugins/Renderers/Graphic/src/GraphicSystems/DrmGLESGraphicSystem.cpp