Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:numAppLayers

991     ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1;
1013 for (size_t i = 0; i < (size_t)ctx->listStats[dpy].numAppLayers; i++) {
1031 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
2366 void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) {
2371 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
2404 int numAppLayers = ctx->listStats[HWC_DISPLAY_PRIMARY].numAppLayers;
2405 for(int index = 0; index < numAppLayers; index++) {