HomeSort by relevance Sort by last modified time
    Searched refs:ListStats (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 88 struct ListStats {
319 qhwc::ListStats listStats[MAX_DISPLAYS];
348 return ctx->listStats[dpy].skipCount;
352 return ctx->listStats[dpy].yuvCount;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 91 struct ListStats {
372 qhwc::ListStats listStats[MAX_DISPLAYS];
392 return ctx->listStats[dpy].skipCount;
396 return ctx->listStats[dpy].yuvCount;
404 return ctx->listStats[dpy].isSecurePresent;
hwc_utils.cpp 365 const int prevYuvCount = ctx->listStats[dpy].yuvCount;
366 memset(&ctx->listStats[dpy], 0, sizeof(ListStats));
367 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1;
368 ctx->listStats[dpy].fbLayerIndex = list->numHwLayers - 1;
369 ctx->listStats[dpy].skipCount = 0;
370 ctx->listStats[dpy].needsAlphaScale = false;
371 ctx->listStats[dpy].preMultipliedAlpha = false;
372 ctx->listStats[dpy].planeAlpha = false;
373 ctx->listStats[dpy].isSecurePresent = false
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 113 struct ListStats {
516 qhwc::ListStats listStats[HWC_NUM_DISPLAY_TYPES];
566 return ctx->listStats[dpy].skipCount;
570 return ctx->listStats[dpy].yuvCount;
579 return ctx->listStats[dpy].isSecurePresent;
hwc_utils.cpp 856 const int prevYuvCount = ctx->listStats[dpy].yuvCount;
857 memset(&ctx->listStats[dpy], 0, sizeof(ListStats));
858 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1;
859 ctx->listStats[dpy].fbLayerIndex = (int)list->numHwLayers - 1;
860 ctx->listStats[dpy].skipCount = 0;
861 ctx->listStats[dpy].preMultipliedAlpha = false;
862 ctx->listStats[dpy].isSecurePresent = false;
863 ctx->listStats[dpy].yuvCount = 0;
865 ctx->listStats[dpy].extOnlyLayerIndex = -1
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 118 struct ListStats {
549 qhwc::ListStats listStats[HWC_NUM_DISPLAY_TYPES];
605 return ctx->listStats[dpy].skipCount;
609 return ctx->listStats[dpy].yuvCount;
618 return ctx->listStats[dpy].isSecurePresent;
hwc_utils.cpp 821 const int prevYuvCount = ctx->listStats[dpy].yuvCount;
822 memset(&ctx->listStats[dpy], 0, sizeof(ListStats));
823 ctx->listStats[dpy].numAppLayers = (int)list->numHwLayers - 1;
824 ctx->listStats[dpy].fbLayerIndex = (int)list->numHwLayers - 1;
825 ctx->listStats[dpy].skipCount = 0;
826 ctx->listStats[dpy].preMultipliedAlpha = false;
827 ctx->listStats[dpy].isSecurePresent = false;
828 ctx->listStats[dpy].yuvCount = 0;
830 ctx->listStats[dpy].extOnlyLayerIndex = -1
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 122 struct ListStats {
584 qhwc::ListStats listStats[HWC_NUM_DISPLAY_TYPES];
648 return ctx->listStats[dpy].skipCount;
652 return ctx->listStats[dpy].yuvCount;
661 return ctx->listStats[dpy].isSecurePresent;
hwc_utils.cpp 144 memset(&(ctx->listStats[dpy]), 0, sizeof(ctx->listStats[dpy]));
    [all...]

Completed in 296 milliseconds