Home
last modified time | relevance | path

Searched refs:mCopyBitDraw (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_copybit.h61 bool mCopyBitDraw; variable
Dhwc_copybit.cpp70 mCopyBitDraw = false; in reset()
198 mCopyBitDraw = true; in prepare()
202 mCopyBitDraw = false; in prepare()
236 if(mCopyBitDraw == false) // there is no layer marked for copybit in draw()
555 CopyBit::CopyBit():mIsModeOn(false), mCopyBitDraw(false), in CopyBit()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_copybit.h68 bool mCopyBitDraw; variable
Dhwc_copybit.cpp74 mCopyBitDraw = false; in reset()
227 mCopyBitDraw = false; in prepare()
230 mCopyBitDraw = true; in prepare()
275 if(mCopyBitDraw == false) // there is no layer marked for copybit in draw()
718 mCopyBitDraw(false), mCurRenderBufferIndex(0) { in CopyBit()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_copybit.h102 bool mCopyBitDraw; variable
Dhwc_copybit.cpp74 mCopyBitDraw = false; in reset()
365 mCopyBitDraw = false; in prepare()
368 mCopyBitDraw = true; in prepare()
486 if(mCopyBitDraw == false){ in draw()
1106 mIsModeOn(false), mCopyBitDraw(false), mCurRenderBufferIndex(0) { in CopyBit()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_copybit.h102 bool mCopyBitDraw; variable
Dhwc_copybit.cpp74 mCopyBitDraw = false; in reset()
373 mCopyBitDraw = false; in prepare()
376 mCopyBitDraw = true; in prepare()
495 if(mCopyBitDraw == false){ in draw()
1159 mIsModeOn(false), mCopyBitDraw(false), mCurRenderBufferIndex(0) { in CopyBit()