Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:numAppLayers

858     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)
2045 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) {
2050 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
2081 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers;
2082 for(int index = 0; index < numAppLayers; index++) {