HWC 1.1: add FRAMEBUFFER_TARGET layer type

Change-Id: I61965c343dceb4137bc439b49ea90ec13183b719
This commit is contained in:
Jesse Hall
2012-08-16 16:21:13 -07:00
parent 1098f9d7e9
commit d18c83fc04
2 changed files with 31 additions and 13 deletions

View File

@@ -89,6 +89,10 @@ enum {
/* this is the background layer. it's used to set the background color.
* there is only a single background layer */
HWC_BACKGROUND = 2,
/* this layer holds the result of compositing the HWC_FRAMEBUFFER layers.
* Added in HWC_DEVICE_API_VERSION_1_1. */
HWC_FRAMEBUFFER_TARGET = 3,
};
/*