Lines Matching refs:hwLayers
400 * of hwLayers entries.
434 list->hwLayers[layer].compositionType,
435 (list->hwLayers[layer].compositionType == HWC_FRAMEBUFFER)
437 (list->hwLayers[layer].compositionType == HWC_OVERLAY)
441 list->hwLayers[layer].hints,
442 (list->hwLayers[layer].hints & HWC_HINT_TRIPLE_BUFFER)
444 (list->hwLayers[layer].hints & HWC_HINT_CLEAR_FB)
448 list->hwLayers[layer].flags,
449 (list->hwLayers[layer].flags & HWC_SKIP_LAYER)
453 list->hwLayers[layer].handle);
458 list->hwLayers[layer].transform,
459 (list->hwLayers[layer].transform & HWC_TRANSFORM_FLIP_H)
461 (list->hwLayers[layer].transform & HWC_TRANSFORM_FLIP_V)
463 (list->hwLayers[layer].transform & HWC_TRANSFORM_ROT_90)
467 list->hwLayers[layer].blending,
468 (list->hwLayers[layer].blending == HWC_BLENDING_NONE)
470 (list->hwLayers[layer].blending == HWC_BLENDING_PREMULT)
472 (list->hwLayers[layer].blending == HWC_BLENDING_COVERAGE)
476 hwcTestRect2str(list->hwLayers[layer].sourceCrop).c_str());
478 hwcTestRect2str(list->hwLayers[layer].displayFrame).c_str());
480 (float) (list->hwLayers[layer].sourceCrop.right
481 - list->hwLayers[layer].sourceCrop.left)
482 / (float) (list->hwLayers[layer].displayFrame.right
483 - list->hwLayers[layer].displayFrame.left),
484 (float) (list->hwLayers[layer].sourceCrop.bottom
485 - list->hwLayers[layer].sourceCrop.top)
486 / (float) (list->hwLayers[layer].displayFrame.bottom
487 - list->hwLayers[layer].displayFrame.top));
501 if (list->hwLayers[layer].compositionType == HWC_OVERLAY) {
505 list->hwLayers[layer].compositionType,
506 (list->hwLayers[layer].compositionType == HWC_FRAMEBUFFER)
508 (list->hwLayers[layer].compositionType == HWC_OVERLAY)
511 list->hwLayers[layer].hints,
512 (list->hwLayers[layer].hints & HWC_HINT_TRIPLE_BUFFER)
514 (list->hwLayers[layer].hints & HWC_HINT_CLEAR_FB)
531 str << ' ' << list->hwLayers[layer].handle;