Lines Matching defs:layer
685 bool isDownscaleRequired(hwc_layer_1_t const* layer) { in isDownscaleRequired()
699 bool needsScaling(hwc_layer_1_t const* layer) { in needsScaling()
716 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer, in needsScalingWithSplit()
769 bool isAlphaScaled(hwc_layer_1_t const* layer) { in isAlphaScaled()
776 bool isAlphaPresent(hwc_layer_1_t const* layer) { in isAlphaPresent()
806 hwc_layer_1_t *layer = &list->hwLayers[i]; in trimList() local
842 hwc_layer_1_t const* layer = &list->hwLayers[i]; in setListStats() local
932 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer) { in isSecuring()
1198 hwc_layer_1_t* layer = (hwc_layer_1_t*)&list->hwLayers[j]; in optimizeLayerRects() local
1459 void setMdpFlags(hwc_context_t *ctx, hwc_layer_1_t *layer, in setMdpFlags()
1567 int configColorLayer(hwc_context_t *ctx, hwc_layer_1_t *layer, in configColorLayer()
1628 int configureNonSplit(hwc_context_t *ctx, hwc_layer_1_t *layer, in configureNonSplit()
1738 int configureSplit(hwc_context_t *ctx, hwc_layer_1_t *layer, in configureSplit()
1884 int configureSourceSplit(hwc_context_t *ctx, hwc_layer_1_t *layer, in configureSourceSplit()
2081 hwc_layer_1_t* layer = &(list->hwLayers[index]); in isGLESComp() local
2204 void LayerRotMap::add(hwc_layer_1_t* layer, Rotator *rot) { in add()