Searched defs:extOnlyLayerIndex (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_virtual.cpp316 int extOnlyLayerIndex = local
317 ctx->listStats[dpy].extOnlyLayerIndex;
320 if(extOnlyLayerIndex!= -1) {
321 hwc_layer_1_t *extLayer = &list->hwLayers[extOnlyLayerIndex];
H A Dhwc_fbupdate.cpp129 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; local
131 if(extOnlyLayerIndex != -1) {
132 layer = &list->hwLayers[extOnlyLayerIndex];
193 && (extOnlyLayerIndex == -1)) {
283 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; local
284 if(extOnlyLayerIndex != -1) {
285 layer = &list->hwLayers[extOnlyLayerIndex];
421 int extOnlyLayerIndex local
[all...]
H A Dhwc.cpp671 int extOnlyLayerIndex = local
672 ctx->listStats[dpy].extOnlyLayerIndex;
675 if(extOnlyLayerIndex!= -1) {
676 hwc_layer_1_t *extLayer = &list->hwLayers[extOnlyLayerIndex];
H A Dhwc_utils.h120 int extOnlyLayerIndex; member in struct:qhwc::ListStats
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_virtual.cpp354 int extOnlyLayerIndex = local
355 ctx->listStats[dpy].extOnlyLayerIndex;
358 if(extOnlyLayerIndex!= -1) {
359 hwc_layer_1_t *extLayer = &list->hwLayers[extOnlyLayerIndex];
H A Dhwc_fbupdate.cpp135 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; local
137 if(extOnlyLayerIndex != -1) {
138 layer = &list->hwLayers[extOnlyLayerIndex];
199 && (extOnlyLayerIndex == -1)) {
289 int extOnlyLayerIndex = ctx->listStats[mDpy].extOnlyLayerIndex; local
290 if(extOnlyLayerIndex != -1) {
291 layer = &list->hwLayers[extOnlyLayerIndex];
427 int extOnlyLayerIndex local
[all...]
H A Dhwc.cpp701 int extOnlyLayerIndex = local
702 ctx->listStats[dpy].extOnlyLayerIndex;
705 if(extOnlyLayerIndex!= -1) {
706 hwc_layer_1_t *extLayer = &list->hwLayers[extOnlyLayerIndex];
H A Dhwc_utils.h125 int extOnlyLayerIndex; member in struct:qhwc::ListStats

Completed in 95 milliseconds