/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 184 const int numLayers = ctx->listStats[mDpy].numAppLayers; in reset() 221 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags() 296 const int numAppLayers = (int)list->numHwLayers - 1; in cacheAll() local 297 for(int i = 0; i < numAppLayers; i++) { in cacheAll() 459 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 462 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI() 499 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 507 for(int index = 0; index < numAppLayers; index++ ) { in generateROI() 561 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 566 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI() [all …]
|
D | hwc_copybit.cpp | 139 if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) { in getLayersChanging() 147 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){ in getLayersChanging() 166 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){ in getLayersChanging() 298 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) { in prepare() 312 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 371 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 415 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC ) in drawUsingAppBufferComposition() 418 layerCount = ctx->listStats[dpy].numAppLayers; in drawUsingAppBufferComposition() 535 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) { in draw() 1155 layerCount = ctx->listStats[dpy].numAppLayers; in updateCounts() [all …]
|
D | hwc_utils.h | 119 int numAppLayers; //Total - 1, excluding FB layer. member 278 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
|
D | hwc_utils.cpp | 823 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1; in setListStats() 841 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) { in setListStats() 854 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) in setListStats() 2049 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop() argument 2054 ctx->layerProp[dpy] = new LayerProp[numAppLayers]; in reset_layer_prop() 2081 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers; in isGLESComp() local 2082 for(int index = 0; index < numAppLayers; index++) { in isGLESComp()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 217 const int numLayers = ctx->listStats[mDpy].numAppLayers; in reset() 287 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags() 560 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 563 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI() 601 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 609 for(int index = 0; index < numAppLayers; index++ ) { in generateROI() 662 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 667 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI() 711 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 723 for(int index = 0; index < numAppLayers; index++ ) { in generateROI() [all …]
|
D | hwc_copybit.cpp | 139 if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) { in getLayersChanging() 147 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){ in getLayersChanging() 166 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){ in getLayersChanging() 302 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) { in prepare() 316 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 379 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 424 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC ) in drawUsingAppBufferComposition() 427 layerCount = ctx->listStats[dpy].numAppLayers; in drawUsingAppBufferComposition() 545 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) { in draw() 1208 layerCount = ctx->listStats[dpy].numAppLayers; in updateCounts() [all …]
|
D | hwc_utils.h | 124 int numAppLayers; //Total - 1, excluding FB layer. member 328 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
|
D | hwc_utils.cpp | 1003 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1; in setListStats() 1025 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) { in setListStats() 1043 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) in setListStats() 2386 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop() argument 2391 ctx->layerProp[dpy] = new LayerProp[numAppLayers]; in reset_layer_prop() 2424 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers; in isGLESComp() local 2425 for(int index = 0; index < numAppLayers; index++) { in isGLESComp()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 191 const int numLayers = ctx->listStats[mDpy].numAppLayers; in reset() 263 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags() 362 if(layerCount != ctx->listStats[dpy].numAppLayers) in isSameFrame() 528 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 531 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI() 569 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 577 for(int index = 0; index < numAppLayers; index++ ) { in generateROI() 625 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 630 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI() 674 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local [all …]
|
D | hwc_copybit.cpp | 212 if((mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) || in prepareSwapRect() 222 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){ in prepareSwapRect() 250 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--) { in prepareSwapRect() 379 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) { in prepare() 400 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 481 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 526 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC ) in drawUsingAppBufferComposition() 529 layerCount = ctx->listStats[dpy].numAppLayers; in drawUsingAppBufferComposition() 655 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) { in draw() 1346 layerCount = ctx->listStats[dpy].numAppLayers; in updateCounts() [all …]
|
D | hwc_utils.h | 130 int numAppLayers; //Total - 1, excluding FB layer. member 301 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
|
D | hwc_utils.cpp | 1077 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1; in setListStats() 1099 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) { in setListStats() 1117 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) in setListStats() 2470 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop() argument 2475 ctx->layerProp[dpy] = new LayerProp[numAppLayers]; in reset_layer_prop() 2508 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers; in isGLESComp() local 2509 for(int index = 0; index < numAppLayers; index++) { in isGLESComp()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 172 const int numLayers = ctx->listStats[mDpy].numAppLayers; in reset() 204 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags() 458 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 461 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI() 498 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 506 for(int index = 0; index < numAppLayers; index++ ) { in generateROI() 554 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in validateAndApplyROI() local 559 for(int i = numAppLayers - 1; i >= 0; i--){ in validateAndApplyROI() 602 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in generateROI() local 614 for(int index = 0; index < numAppLayers; index++ ) { in generateROI() [all …]
|
D | hwc_copybit.cpp | 160 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) { in prepare() 174 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 233 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 310 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) { in draw()
|
D | hwc_utils.h | 114 int numAppLayers; //Total - 1, excluding FB layer. member 254 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
|
D | hwc_utils.cpp | 858 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1; in setListStats() 881 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) { in setListStats() 894 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) in setListStats() 2045 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop() argument 2050 ctx->layerProp[dpy] = new LayerProp[numAppLayers]; in reset_layer_prop() 2081 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers; in isGLESComp() local 2082 for(int index = 0; index < numAppLayers; index++) { in isGLESComp()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 150 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags() 253 const int numAppLayers = list->numHwLayers - 1; in cacheAll() local 254 for(int i = 0; i < numAppLayers; i++) { in cacheAll() 346 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isFrameDoable() local 367 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isFullFrameDoable() local 401 for(int i = 0; i < numAppLayers; ++i) { in isFullFrameDoable() 460 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in partialMDPComp() local 462 mCurrentFrame.reset(numAppLayers); in partialMDPComp() 487 int numAppLayers = ctx->listStats[mDpy].numAppLayers; in isOnlyVideoDoable() local 488 mCurrentFrame.reset(numAppLayers); in isOnlyVideoDoable() [all …]
|
D | hwc_copybit.cpp | 162 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) { in prepare() 191 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) { in prepare() 259 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) { in draw()
|
D | hwc.cpp | 111 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop() argument 116 ctx->layerProp[dpy] = new LayerProp[numAppLayers]; in reset_layer_prop()
|
D | hwc_utils.h | 89 int numAppLayers; //Total - 1, excluding FB layer. member
|
D | hwc_utils.cpp | 425 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1; in setListStats()
|