Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:numAppLayers

823     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)
2046 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) {
2051 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
2078 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers;
2079 for(int index = 0; index < numAppLayers; index++) {