/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
hwc_display_virtual.h | 58 return (content_list && content_list->numHwLayers > 0 && content_list->outbuf);
|
hwc_display_null.cpp | 76 for (size_t i = 0; i < content_list->numHwLayers; i++) { 91 for (size_t i = 0; i < content_list->numHwLayers; i++) {
|
hwc_display_virtual.cpp | 72 if (content_list->numHwLayers < 1) { 77 hwc_layer_1_t &fb_layer = content_list->hwLayers[content_list->numHwLayers-1]; 233 hwc_layer_1_t &fbt_layer = content_list->hwLayers[content_list->numHwLayers-1];
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
hwc_display_virtual.h | 58 return (content_list && content_list->numHwLayers > 0 && content_list->outbuf);
|
hwc_display_null.cpp | 76 for (size_t i = 0; i < content_list->numHwLayers; i++) { 91 for (size_t i = 0; i < content_list->numHwLayers; i++) {
|
hwc_display_virtual.cpp | 72 if (content_list->numHwLayers < 1) { 77 hwc_layer_1_t &fb_layer = content_list->hwLayers[content_list->numHwLayers-1]; 233 hwc_layer_1_t &fbt_layer = content_list->hwLayers[content_list->numHwLayers-1];
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_display_virtual.h | 58 return (content_list && content_list->numHwLayers > 0 && content_list->outbuf);
|
hwc_display_null.cpp | 76 for (size_t i = 0; i < content_list->numHwLayers; i++) { 91 for (size_t i = 0; i < content_list->numHwLayers; i++) {
|
hwc_display_virtual.cpp | 72 if (content_list->numHwLayers < 1) { 77 hwc_layer_1_t &fb_layer = content_list->hwLayers[content_list->numHwLayers-1]; 233 hwc_layer_1_t &fbt_layer = content_list->hwLayers[content_list->numHwLayers-1];
|
hwc_color_manager.cpp | 179 solid_fill_layers_->hwLayers[1] = layer_list->hwLayers[layer_list->numHwLayers - 1]; 186 for (size_t i = 0; i < (layer_list->numHwLayers - 1); i++) { 210 for (size_t i = 0; i < (layer_list->numHwLayers - 1); i++) { 218 for (size_t i = 0; i < (solid_fill_layers_->numHwLayers - 1); i++) { 268 solid_fill_layers_->numHwLayers = kNumSolidFillLayers;
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_virtual.cpp | 98 if (list && list->outbuf && list->numHwLayers > 0) { 99 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); 100 uint32_t last = (uint32_t)list->numHwLayers - 1; 140 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) { 154 if (list && list->outbuf && list->numHwLayers > 0) { 155 uint32_t last = (uint32_t)list->numHwLayers - 1; 257 if (LIKELY(list && list->numHwLayers > 1) && 261 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); 278 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) { 297 uint32_t last = (uint32_t)list->numHwLayers - 1 [all...] |
hwc.cpp | 109 if (LIKELY(list && list->numHwLayers > 0)) { 112 (list->numHwLayers > 1)) { 120 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers; 137 if (LIKELY(list && list->numHwLayers > 0)) { 138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; 187 if (LIKELY(list && list->numHwLayers > 0)) { 191 * the layer-list is non-null and numHwLayers > 0, we assume 209 if (LIKELY(list && list->numHwLayers > 0)) { 210 for(size_t j = 0; j < list->numHwLayers; j++) { 214 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers; [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_virtual.cpp | 109 if (list && list->outbuf && list->numHwLayers > 0) { 110 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); 111 uint32_t last = (uint32_t)list->numHwLayers - 1; 152 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) { 166 if (list && list->outbuf && list->numHwLayers > 0) { 167 uint32_t last = (uint32_t)list->numHwLayers - 1; 297 if (LIKELY(list && list->numHwLayers > 1) && 300 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); 317 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) { 335 uint32_t last = (uint32_t)list->numHwLayers - 1 [all...] |
hwc.cpp | 119 if (LIKELY(list && list->numHwLayers > 0)) { 122 (list->numHwLayers > 1)) { 130 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers; 147 if (LIKELY(list && list->numHwLayers > 0)) { 148 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; 197 if (LIKELY(list && list->numHwLayers > 0)) { 201 * the layer-list is non-null and numHwLayers > 0, we assume 219 if (LIKELY(list && list->numHwLayers > 0)) { 220 for(size_t j = 0; j < list->numHwLayers; j++) { 250 for (size_t i = 0; i < list->numHwLayers; i++) [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_virtual.cpp | 77 if (list && list->outbuf && list->numHwLayers > 0) { 78 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1); 79 uint32_t last = (uint32_t)list->numHwLayers - 1; 126 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) { 140 if (list && list->outbuf && list->numHwLayers > 0) { 141 uint32_t last = (uint32_t)list->numHwLayers - 1;
|
hwc.cpp | 98 if (LIKELY(list && list->numHwLayers > 0)) { 101 (list->numHwLayers > 1)) { 109 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers; 127 if (LIKELY(list && list->numHwLayers > 0)) { 128 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; 179 if (LIKELY(list && list->numHwLayers > 0)) { 183 * the layer-list is non-null and numHwLayers > 0, we assume 207 if (LIKELY(list && list->numHwLayers > 0)) { 208 for(size_t j = 0; j < list->numHwLayers; j++) { 237 for (size_t i = 0; i < list->numHwLayers; i++) [all...] |
/device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/ |
hwcomposer.cpp | 243 if (!IsValidComposition(list->numHwLayers, &list->hwLayers[0], false)) { 248 list->numHwLayers, &list->hwLayers[0]); 255 if (list->numHwLayers == 1 && 260 if (!IsValidComposition(list->numHwLayers, &list->hwLayers[0], true)) { 265 ->composer->SetLayers(list->numHwLayers, &list->hwLayers[0]); 276 if (contents->numHwLayers == 1 && 281 if (!IsValidComposition(contents->numHwLayers, layers, true)) { 287 contents->numHwLayers, layers); 290 for (size_t index = 0; index < contents->numHwLayers; ++index) { 298 ALOGI("Saw %zu layers, closed=%d", contents->numHwLayers, closedFds) [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc.cpp | 94 if (LIKELY(list && list->numHwLayers > 1)) { 95 for(uint32_t j = 0; j < list->numHwLayers; j++) { 142 if (LIKELY(list && list->numHwLayers > 1) && 144 reset_layer_prop(ctx, dpy, list->numHwLayers - 1); 145 uint32_t last = list->numHwLayers - 1; 169 if (LIKELY(list && list->numHwLayers > 1) && 172 reset_layer_prop(ctx, dpy, list->numHwLayers - 1); 173 uint32_t last = list->numHwLayers - 1; 357 uint32_t last = list->numHwLayers - 1; 363 if(list->numHwLayers > 1 [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngDisplayContext.cpp | 85 for (size_t i = 0; i < display->numHwLayers; i++) { 169 for (size_t j = 0; j < display->numHwLayers-1; j++) { 181 hwc_layer_1_t& fbt = display->hwLayers[display->numHwLayers-1]; 215 for (size_t j = 0; j < displays[i]->numHwLayers; j++) {
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
TngDisplayContext.cpp | 85 for (size_t i = 0; i < display->numHwLayers; i++) { 169 for (size_t j = 0; j < display->numHwLayers-1; j++) { 181 hwc_layer_1_t& fbt = display->hwLayers[display->numHwLayers-1]; 215 for (size_t j = 0; j < displays[i]->numHwLayers; j++) {
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
DisplayAnalyzer.cpp | 117 for (size_t i = 0; i < display->numHwLayers - 1; i++) {
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
DisplayAnalyzer.cpp | 187 for (int j = 0; j < (int)content->numHwLayers - 1; j++) { 214 for (int j = 0; j < (int)content->numHwLayers - 1; j++) { 597 for (int j = 0; j < (int)content->numHwLayers - 1; j++) { 726 for (int j = 0; j < (int)content->numHwLayers - 1; j++) { 805 for (size_t i = 0; i < content->numHwLayers - 1; i++) { 834 for (size_t i = 0; i < content->numHwLayers - 1; i++) { 867 for (size_t i = 0; i < display->numHwLayers - 1; i++) {
|
/external/drm_hwcomposer/ |
virtualcompositorworker.cpp | 66 for (size_t i = 0; i < dc->numHwLayers; ++i) {
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
DummyDevice.cpp | 63 for (size_t i=0; i < display->numHwLayers-1; i++) {
|
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 401 * in the list will be unique. If numHwLayers is 0, all composition will be 405 size_t numHwLayers; [all...] |