Lines Matching defs:layer
698 bool isDownscaleRequired(hwc_layer_1_t const* layer) { in isDownscaleRequired()
712 bool needsScaling(hwc_layer_1_t const* layer) { in needsScaling()
729 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer, in needsScalingWithSplit()
782 bool isAlphaScaled(hwc_layer_1_t const* layer) { in isAlphaScaled()
789 bool isAlphaPresent(hwc_layer_1_t const* layer) { in isAlphaPresent()
819 hwc_layer_1_t *layer = &list->hwLayers[i]; in trimList() local
882 hwc_layer_1_t const* layer = &list->hwLayers[i]; in setListStats() local
972 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer) { in isSecuring()
1114 bool layerUpdating(const hwc_layer_1_t* layer) { in layerUpdating()
1210 hwc_layer_1_t* layer = (hwc_layer_1_t*)&list->hwLayers[j]; in optimizeLayerRects() local
1444 void setMdpFlags(hwc_layer_1_t *layer, in setMdpFlags()
1561 int configColorLayer(hwc_context_t *ctx, hwc_layer_1_t *layer, in configColorLayer()
1623 int configureNonSplit(hwc_context_t *ctx, hwc_layer_1_t *layer, in configureNonSplit()
1733 int configureSplit(hwc_context_t *ctx, hwc_layer_1_t *layer, in configureSplit()
1880 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
2193 void LayerRotMap::add(hwc_layer_1_t* layer, Rotator *rot) { in add()