Home
last modified time | relevance | path

Searched refs:extOnlyLayerIndex (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_fbupdate.cpp135 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; in configure() local
137 if(extOnlyLayerIndex != -1) { in configure()
138 layer = &list->hwLayers[extOnlyLayerIndex]; in configure()
199 && (extOnlyLayerIndex == -1)) { in configure()
289 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; in configure() local
290 if(extOnlyLayerIndex != -1) { in configure()
291 layer = &list->hwLayers[extOnlyLayerIndex]; in configure()
427 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; in configure() local
429 if(extOnlyLayerIndex != -1) { in configure()
430 layer = &list->hwLayers[extOnlyLayerIndex]; in configure()
Dhwc_virtual.cpp354 int extOnlyLayerIndex = in set() local
355 ctx->listStats[dpy].extOnlyLayerIndex; in set()
358 if(extOnlyLayerIndex!= -1) { in set()
359 hwc_layer_1_t *extLayer = &list->hwLayers[extOnlyLayerIndex]; in set()
Dhwc.cpp701 int extOnlyLayerIndex = in hwc_set_external() local
702 ctx->listStats[dpy].extOnlyLayerIndex; in hwc_set_external()
705 if(extOnlyLayerIndex!= -1) { in hwc_set_external()
706 hwc_layer_1_t *extLayer = &list->hwLayers[extOnlyLayerIndex]; in hwc_set_external()
Dhwc_utils.h125 int extOnlyLayerIndex; member
Dhwc_utils.cpp830 ctx->listStats[dpy].extOnlyLayerIndex = -1; in setListStats()
885 ctx->listStats[dpy].extOnlyLayerIndex = (int)i; in setListStats()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_fbupdate.cpp129 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; in configure() local
131 if(extOnlyLayerIndex != -1) { in configure()
132 layer = &list->hwLayers[extOnlyLayerIndex]; in configure()
193 && (extOnlyLayerIndex == -1)) { in configure()
283 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; in configure() local
284 if(extOnlyLayerIndex != -1) { in configure()
285 layer = &list->hwLayers[extOnlyLayerIndex]; in configure()
421 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; in configure() local
423 if(extOnlyLayerIndex != -1) { in configure()
424 layer = &list->hwLayers[extOnlyLayerIndex]; in configure()
Dhwc_virtual.cpp316 int extOnlyLayerIndex = in set() local
317 ctx->listStats[dpy].extOnlyLayerIndex; in set()
320 if(extOnlyLayerIndex!= -1) { in set()
321 hwc_layer_1_t *extLayer = &list->hwLayers[extOnlyLayerIndex]; in set()
Dhwc.cpp671 int extOnlyLayerIndex = in hwc_set_external() local
672 ctx->listStats[dpy].extOnlyLayerIndex; in hwc_set_external()
675 if(extOnlyLayerIndex!= -1) { in hwc_set_external()
676 hwc_layer_1_t *extLayer = &list->hwLayers[extOnlyLayerIndex]; in hwc_set_external()
Dhwc_utils.h120 int extOnlyLayerIndex; member
Dhwc_utils.cpp865 ctx->listStats[dpy].extOnlyLayerIndex = -1; in setListStats()
925 ctx->listStats[dpy].extOnlyLayerIndex = (int)i; in setListStats()