summaryrefslogtreecommitdiff
path: root/doc/03_definitions.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/03_definitions.dox')
-rw-r--r--doc/03_definitions.dox20
1 files changed, 18 insertions, 2 deletions
diff --git a/doc/03_definitions.dox b/doc/03_definitions.dox
index b86a49e..a1c368f 100644
--- a/doc/03_definitions.dox
+++ b/doc/03_definitions.dox
@@ -26,18 +26,34 @@
<th>Definition</th>
</tr>
<tr>
- <td>Surface</td>
- <td>Graphical content of an application. One application can provide several surfaces.</td>
+ <td>Scene</td>
+ <td>Logical container for multiple screens, layers and surfaces.</td>
+ </tr>
+ <tr>
+ <td>Screen</td>
+ <td>Logical container for multiple layers.</td>
</tr>
<tr>
<td>Layer</td>
<td>Logical container for multiple surfaces.</td>
</tr>
<tr>
+ <td>Surface</td>
+ <td>Graphical content of an application. One application can provide several surfaces.</td>
+ </tr>
+ <tr>
+ <td>ILM</td>
+ <td>IVI Layer Management</td>
+ </tr>
+ <tr>
<td>IPC</td>
<td>Inter Process Communication.</td>
</tr>
<tr>
+ <td>IVI</td>
+ <td>In Vehicle Infotainment</td>
+ </tr>
+ <tr>
<td>RenderOrder</td>
<td>Logical arrangements of surfaces or layers from back to front.</td>
</tr>