Lines Matching refs:hwLayers

806         hwc_layer_1_t *layer = &list->hwLayers[i];
809 list->hwLayers[i].transform,
811 (hwc_rect_t&)list->hwLayers[i].displayFrame);
842 hwc_layer_1_t const* layer = &list->hwLayers[i];
865 if (isSkipLayer(&list->hwLayers[i])) {
1191 if(list->hwLayers[i].blending == HWC_BLENDING_NONE) {
1194 (hwc_rect_t&)list->hwLayers[i].displayFrame;
1196 if(!needsScaling(&list->hwLayers[j])) {
1197 hwc_layer_1_t* layer = (hwc_layer_1_t*)&list->hwLayers[j];
1233 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
1235 nwr.left = list->hwLayers[0].displayFrame.left;
1236 nwr.top = list->hwLayers[0].displayFrame.top;
1237 nwr.right = list->hwLayers[0].displayFrame.right;
1238 nwr.bottom = list->hwLayers[0].displayFrame.bottom;
1241 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
1258 if(list->hwLayers[i].acquireFenceFd >= 0) {
1259 close(list->hwLayers[i].acquireFenceFd);
1260 list->hwLayers[i].acquireFenceFd = -1;
1343 (list->hwLayers[i].compositionType == HWC_OVERLAY)) &&
1344 list->hwLayers[i].acquireFenceFd >= 0) {
1356 acquireFd[count++] = list->hwLayers[i].acquireFenceFd;
1358 if(list->hwLayers[i].compositionType == HWC_FRAMEBUFFER_TARGET) {
1367 } else if(list->hwLayers[i].acquireFenceFd >= 0)
1368 acquireFd[count++] = list->hwLayers[i].acquireFenceFd;
1398 if(list->hwLayers[i].compositionType == HWC_OVERLAY ||
1400 list->hwLayers[i].compositionType == HWC_BLIT ||
1402 list->hwLayers[i].compositionType == HWC_FRAMEBUFFER_TARGET) {
1405 list->hwLayers[i].releaseFenceFd = -1;
1409 list->hwLayers[i].releaseFenceFd = -1;
1410 } else if(list->hwLayers[i].releaseFenceFd < 0 ) {
1418 list->hwLayers[i].releaseFenceFd = dup(fd);
1419 } else if((list->hwLayers[i].compositionType == HWC_BLIT)&&
1423 list->hwLayers[i].releaseFenceFd = dup(fd);
1427 list->hwLayers[i].releaseFenceFd = dup(releaseFd);
2080 hwc_layer_1_t* layer = &(list->hwLayers[index]);