Searched refs:FbIndex (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.h73 int FbIndex; member in struct:qhwc::CopyBit::FbCache
H A Dhwc_copybit.cpp1166 FbIndex =0;
1170 FbIndex = FbIndex % NUM_RENDER_BUFFERS;
1171 FbdirtyRect[FbIndex] = dirtyRect;
1172 FbIndex++;
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_copybit.h78 int FbIndex; member in struct:qhwc::CopyBit::FbCache
H A Dhwc_copybit.cpp1354 FbIndex =0;
1359 FbIndex = FbIndex % NUM_RENDER_BUFFERS;
1360 FbdirtyRect[FbIndex] = dirtyRect;
1361 FbdisplayRect[FbIndex] = displayRect;
1362 FbIndex++;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.h73 int FbIndex; member in struct:qhwc::CopyBit::FbCache
H A Dhwc_copybit.cpp1219 FbIndex =0;
1223 FbIndex = FbIndex % NUM_RENDER_BUFFERS;
1224 FbdirtyRect[FbIndex] = dirtyRect;
1225 FbIndex++;

Completed in 104 milliseconds