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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 56 cacheCount:%2d \n", mCachedFrame.layerCount,
57 mCachedFrame.mdpCount, mCachedFrame.cacheCount);
156 mCachedFrame.hnd[index] = NULL;
615 if (mCachedFrame.hnd[i] == list->hwLayers[i].handle) {
620 mCachedFrame.hnd[i] = list->hwLayers[i].handle;
741 mCachedFrame.cacheAll(list);
742 mCachedFrame.updateCounts(mCurrentFrame);
752 mCachedFrame.cacheAll(list);
757 ((mCurrentFrame.mdpCount != mCachedFrame.mdpCount) |
    [all...]
hwc_mdpcomp.h 174 struct LayerCache mCachedFrame;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 143 mCachedFrame.cacheAll(list);
144 mCachedFrame.updateCounts(mCurrentFrame);
754 if (mCachedFrame.hnd[i] == list->hwLayers[i].handle) {
759 mCachedFrame.hnd[i] = list->hwLayers[i].handle;
861 mCachedFrame.updateCounts(mCurrentFrame);
895 ((mCurrentFrame.mdpCount != mCachedFrame.mdpCount) ||
896 (mCurrentFrame.fbCount != mCachedFrame.fbCount) ||
897 (mCurrentFrame.fbZ != mCachedFrame.fbZ) ||
934 mCachedFrame.updateCounts(mCurrentFrame);
    [all...]
hwc_mdpcomp.h 182 struct LayerCache mCachedFrame;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 244 struct LayerCache mCachedFrame;
hwc_mdpcomp.cpp 223 if(!mCachedFrame.isSameFrame(mCurrentFrame, list) ||
489 if ((mCachedFrame.hnd[index] != layer->handle) ||
603 if ((mCachedFrame.hnd[index] != layer->handle) ||
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 233 struct LayerCache mCachedFrame;
hwc_mdpcomp.cpp 216 if(!mCachedFrame.isSameFrame(mCurrentFrame, list) ||
530 if ((mCachedFrame.hnd[index] != list->hwLayers[index].handle) ||
    [all...]

Completed in 242 milliseconds