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

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp184 const int numLayers = ctx->listStats[mDpy].numAppLayers;
221 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
296 const int numAppLayers = (int)list->numHwLayers - 1; local
297 for(int i = 0; i < numAppLayers; i++) {
459 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
462 for(int i = numAppLayers - 1; i >= 0; i--){
499 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
507 for(int index = 0; index < numAppLayers; inde
561 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
609 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
685 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
768 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
806 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
993 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1052 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1164 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1400 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
[all...]
H A Dhwc_copybit.cpp139 if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) {
147 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){
166 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){
298 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
312 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
369 // numAppLayers-1, as we iterate till 0th layer index
371 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
415 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC )
418 layerCount = ctx->listStats[dpy].numAppLayers;
534 // numAppLayers
[all...]
H A Dhwc_utils.cpp823 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1;
841 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) {
854 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
2047 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { argument
2052 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
2079 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers; local
2080 for(int index = 0; index < numAppLayers; index++) {
H A Dhwc_utils.h119 int numAppLayers; //Total - 1, excluding FB layer. member in struct:qhwc::ListStats
121 int fbLayerIndex; //Always last for now. = numAppLayers
278 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp150 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
253 const int numAppLayers = list->numHwLayers - 1; local
254 for(int i = 0; i < numAppLayers; i++) {
346 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
367 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
401 for(int i = 0; i < numAppLayers; ++i) {
460 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
487 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
608 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
[all...]
H A Dhwc_copybit.cpp162 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
190 // numAppLayers-1, as we iterate till 0th layer index
191 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
258 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
259 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) {
H A Dhwc.cpp111 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { argument
116 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
H A Dhwc_utils.h89 int numAppLayers; //Total - 1, excluding FB layer. member in struct:qhwc::ListStats
91 int fbLayerIndex; //Always last for now. = numAppLayers
H A Dhwc_utils.cpp425 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp172 const int numLayers = ctx->listStats[mDpy].numAppLayers;
204 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
458 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
461 for(int i = numAppLayers - 1; i >= 0; i--){
498 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
506 for(int index = 0; index < numAppLayers; index++ ) {
554 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
602 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
672 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
753 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
816 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
875 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
985 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1221 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
[all...]
H A Dhwc_copybit.cpp160 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
174 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
231 // numAppLayers-1, as we iterate till 0th layer index
233 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
309 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
310 for (int i = 0; i <= (ctx->listStats[dpy].numAppLayers-1); i++) {
H A Dhwc_utils.cpp858 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1;
881 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) {
894 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
2043 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { argument
2048 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
2079 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers; local
2080 for(int index = 0; index < numAppLayers; index++) {
H A Dhwc_utils.h114 int numAppLayers; //Total - 1, excluding FB layer. member in struct:qhwc::ListStats
116 int fbLayerIndex; //Always last for now. = numAppLayers
254 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp217 const int numLayers = ctx->listStats[mDpy].numAppLayers;
287 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
560 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
563 for(int i = numAppLayers - 1; i >= 0; i--){
601 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
609 for(int index = 0; index < numAppLayers; index++ ) {
662 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
711 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
782 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
869 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
907 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1157 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1210 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1328 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1399 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1676 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
2636 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
2679 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
[all...]
H A Dhwc_copybit.cpp139 if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) {
147 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){
166 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){
302 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
316 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
377 // numAppLayers-1, as we iterate till 0th layer index
379 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
424 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC )
427 layerCount = ctx->listStats[dpy].numAppLayers;
544 // numAppLayers
[all...]
H A Dhwc_utils.h124 int numAppLayers; //Total - 1, excluding FB layer. member in struct:qhwc::ListStats
126 int fbLayerIndex; //Always last for now. = numAppLayers
328 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
H A Dhwc_utils.cpp1003 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1;
1025 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) {
1043 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
2384 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { argument
2389 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
2422 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers; local
2423 for(int index = 0; index < numAppLayers; index++) {
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.cpp191 const int numLayers = ctx->listStats[mDpy].numAppLayers;
263 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
362 if(layerCount != ctx->listStats[dpy].numAppLayers)
528 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
531 for(int i = numAppLayers - 1; i >= 0; i--){
569 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
577 for(int index = 0; index < numAppLayers; index++ ) {
625 int numAppLayers local
674 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
741 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
849 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
896 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1156 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1217 const int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1329 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1395 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
1651 int numAppLayers = ctx->listStats[mDpy].numAppLayers; local
[all...]
H A Dhwc_copybit.cpp212 if((mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) ||
222 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--){
250 for (int k = ctx->listStats[dpy].numAppLayers-1; k >= 0 ; k--) {
379 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
400 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
473 // numAppLayers-1, as we iterate till 0th layer index
475 for (int i = ctx->listStats[dpy].numAppLayers-1; i >= 0 ; i--) {
520 if(ctx->listStats[dpy].numAppLayers > MAX_LAYERS_FOR_ABC )
523 layerCount = ctx->listStats[dpy].numAppLayers;
648 // numAppLayers
[all...]
H A Dhwc_utils.h130 int numAppLayers; //Total - 1, excluding FB layer. member in struct:qhwc::ListStats
132 int fbLayerIndex; //Always last for now. = numAppLayers
301 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers);
H A Dhwc_utils.cpp1077 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1;
1099 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) {
1117 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
2468 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { argument
2473 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
2506 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers; local
2507 for(int index = 0; index < numAppLayers; index++) {

Completed in 274 milliseconds