Lines Matching refs:hwLayers
123 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle; in getRGBRenderingArea()
126 getLayerResolution(&list->hwLayers[i], w, h); in getRGBRenderingArea()
177 hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->hwLayers[i]; in prepare()
237 list->hwLayers[i].compositionType = HWC_BLIT; in prepare()
240 list->hwLayers[i].compositionType = HWC_OVERLAY; in prepare()
281 renderBuffer = (private_handle_t *)list->hwLayers[last].handle; in draw()
298 if(list->hwLayers[last].acquireFenceFd >=0) { in draw()
300 copybit->set_sync(copybit, list->hwLayers[last].acquireFenceFd); in draw()
311 hwc_layer_1_t *layer = &list->hwLayers[i]; in draw()
320 if (list->hwLayers[i].acquireFenceFd != -1 in draw()
323 ret = sync_wait(list->hwLayers[i].acquireFenceFd, 1000); in draw()
328 close(list->hwLayers[i].acquireFenceFd); in draw()
329 list->hwLayers[i].acquireFenceFd = -1; in draw()
331 retVal = drawLayerUsingCopybit(ctx, &(list->hwLayers[i]), in draw()
344 list->hwLayers[last].acquireFenceFd >= 0) { in draw()
345 close(list->hwLayers[last].acquireFenceFd); in draw()
346 list->hwLayers[last].acquireFenceFd = -1; in draw()