Lines Matching refs:layer

67     hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];  in prepareAndValidate()  local
68 mModeOn = prepare(ctx, list, layer->displayFrame, fbZorder) && in prepareAndValidate()
83 hwc_layer_1_t *layer, in preRotateExtDisplay() argument
94 ctx->mLayerRotMap[mDpy]->add(layer, mRot); in preRotateExtDisplay()
127 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; in configure() local
132 layer = &list->hwLayers[extOnlyLayerIndex]; in configure()
133 layer->compositionType = HWC_OVERLAY; in configure()
143 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
165 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); in configure()
166 hwc_rect_t displayFrame = layer->displayFrame; in configure()
176 int transform = layer->transform; in configure()
189 sourceCrop = layer->displayFrame; in configure()
204 setMdpFlags(layer, mdpFlags, 0, transform); in configure()
206 ret = preRotateExtDisplay(ctx, layer, info, in configure()
219 getBlending(layer->blending)); in configure()
280 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; in configure() local
285 layer = &list->hwLayers[extOnlyLayerIndex]; in configure()
286 layer->compositionType = HWC_OVERLAY; in configure()
296 static_cast<ovutils::eTransform>(layer->transform); in configure()
309 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()
334 getBlending(layer->blending)); in configure()
370 getBlending(layer->blending)); in configure()
420 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; in configure() local
424 layer = &list->hwLayers[extOnlyLayerIndex]; in configure()
425 layer->compositionType = HWC_OVERLAY; in configure()
445 getBlending(layer->blending)); in configure()
447 int transform = layer->transform; in configure()
457 pipeSpecs.needsScaling = qhwc::needsScaling(layer); in configure()