Home
last modified time | relevance | path

Searched refs:numAppLayers (Results 1 – 21 of 21) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp184 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 …]
Dhwc_copybit.cpp139 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 …]
Dhwc_utils.h119 int numAppLayers; //Total - 1, excluding FB layer. member
278 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
Dhwc_utils.cpp823 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/
Dhwc_mdpcomp.cpp217 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 …]
Dhwc_copybit.cpp139 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 …]
Dhwc_utils.h124 int numAppLayers; //Total - 1, excluding FB layer. member
328 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
Dhwc_utils.cpp1003 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/
Dhwc_mdpcomp.cpp191 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 …]
Dhwc_copybit.cpp212 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 …]
Dhwc_utils.h130 int numAppLayers; //Total - 1, excluding FB layer. member
301 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
Dhwc_utils.cpp1077 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/
Dhwc_mdpcomp.cpp172 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 …]
Dhwc_copybit.cpp160 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()
Dhwc_utils.h114 int numAppLayers; //Total - 1, excluding FB layer. member
254 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
Dhwc_utils.cpp858 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/
Dhwc_mdpcomp.cpp150 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 …]
Dhwc_copybit.cpp162 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()
Dhwc.cpp111 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()
Dhwc_utils.h89 int numAppLayers; //Total - 1, excluding FB layer. member
Dhwc_utils.cpp425 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1; in setListStats()