Lines Matching refs:numAppLayers
1003 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) {
2389 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
2422 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers;
2423 for(int index = 0; index < numAppLayers; index++) {