/hardware/qcom/display/msm8084/liboverlay/pipes/ |
D | overlay3DPipe.h | 60 bool setSource(const utils::PipeArgs& args); 90 bool setSource(const utils::PipeArgs& args); 120 bool setSource(const utils::PipeArgs& args); 150 bool setSource(const utils::PipeArgs& args); 221 inline bool M3DExtPipe<CHAN>::setSource(const utils::PipeArgs& args) in setSource() function 226 return mM3d.setSource(args); in setSource() 277 inline bool M3DPrimaryPipe<CHAN>::setSource(const utils::PipeArgs& args) in setSource() function 282 return mM3d.setSource(args); in setSource() 344 inline bool S3DExtPipe<CHAN>::setSource(const utils::PipeArgs& args) { in setSource() function 346 return mS3d.setSource(args); in setSource() [all …]
|
D | overlayGenPipe.cpp | 45 void GenericPipe::setSource(const utils::PipeArgs& args) { in setSource() function in overlay::GenericPipe 47 mCtrl->setSource(args); in setSource()
|
D | overlayGenPipe.h | 46 void setSource(const utils::PipeArgs& args);
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
D | overlay3DPipe.h | 60 bool setSource(const utils::PipeArgs& args); 90 bool setSource(const utils::PipeArgs& args); 120 bool setSource(const utils::PipeArgs& args); 150 bool setSource(const utils::PipeArgs& args); 221 inline bool M3DExtPipe<CHAN>::setSource(const utils::PipeArgs& args) in setSource() function 226 return mM3d.setSource(args); in setSource() 277 inline bool M3DPrimaryPipe<CHAN>::setSource(const utils::PipeArgs& args) in setSource() function 282 return mM3d.setSource(args); in setSource() 344 inline bool S3DExtPipe<CHAN>::setSource(const utils::PipeArgs& args) { in setSource() function 346 return mS3d.setSource(args); in setSource() [all …]
|
D | overlayGenPipe.cpp | 91 void GenericPipe::setSource(const utils::PipeArgs& args) { in setSource() function in overlay::GenericPipe 97 mRot->setSource(args.whf); in setSource() 99 mCtrlData.ctrl.setSource(args); in setSource()
|
D | overlayGenPipe.h | 49 void setSource(const utils::PipeArgs& args);
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayRotator.h | 85 virtual void setSource(const utils::Whf& wfh) = 0; 86 virtual void setSource(const utils::Whf& awhf, const utils::Whf& owhf) = 0; 120 virtual void setSource(const utils::Whf& wfh); 121 virtual void setSource(const utils::Whf& awhf, const utils::Whf& owhf); 179 virtual void setSource(const utils::Whf& whf); 180 virtual void setSource(const utils::Whf& awhf, const utils::Whf& owhf);
|
D | overlayCtrl.cpp | 39 bool Ctrl::setSource(const utils::PipeArgs& args) in setSource() function in overlay::Ctrl 41 return mMdp.setSource(args); in setSource()
|
D | overlayCtrlData.h | 61 void setSource(const utils::PipeArgs& args); 156 inline void Ctrl::setSource(const utils::PipeArgs& args) in setSource() function 158 mMdp.setSource(args); in setSource()
|
D | overlayMdssRot.cpp | 73 void MdssRot::setSource(const overlay::utils::Whf& awhf) { in setSource() function in overlay::MdssRot 88 void MdssRot::setSource(const overlay::utils::Whf& awhf, in setSource() function in overlay::MdssRot 90 setSource(awhf); in setSource()
|
D | overlayMdpRot.cpp | 92 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource() function in overlay::MdpRot 106 void MdpRot::setSource(const utils::Whf& awhf, const utils::Whf& owhf) { in setSource() function in overlay::MdpRot 108 setSource(awhf); in setSource()
|
D | overlay.cpp | 177 void Overlay::setSource(const utils::PipeArgs args, in setSource() function in overlay::Overlay 195 mPipeBook[index].mPipe->setSource(newArgs); in setSource()
|
D | overlay.h | 65 void setSource(const utils::PipeArgs args, utils::eDest dest);
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayCtrl.cpp | 39 bool Ctrl::setSource(const utils::PipeArgs& args) in setSource() function in overlay::Ctrl 41 return mMdp.setSource(args); in setSource()
|
D | overlayCtrlData.h | 57 void setSource(const utils::PipeArgs& args); 128 inline void Ctrl::setSource(const utils::PipeArgs& args) in setSource() function 130 mMdp->setSource(args); in setSource()
|
D | overlayRotator.h | 71 virtual void setSource(const utils::Whf& wfh) = 0; 111 virtual void setSource(const utils::Whf& wfh); 170 virtual void setSource(const utils::Whf& wfh);
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayCtrlData.h | 57 void setSource(const utils::PipeArgs& args); 128 inline void Ctrl::setSource(const utils::PipeArgs& args) in setSource() function 130 mMdp->setSource(args); in setSource()
|
D | overlayRotator.h | 71 virtual void setSource(const utils::Whf& wfh) = 0; 135 virtual void setSource(const utils::Whf& wfh); 207 virtual void setSource(const utils::Whf& wfh);
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayCtrlData.h | 57 void setSource(const utils::PipeArgs& args); 128 inline void Ctrl::setSource(const utils::PipeArgs& args) in setSource() function 130 mMdp->setSource(args); in setSource()
|
D | overlayRotator.h | 71 virtual void setSource(const utils::Whf& wfh) = 0; 106 virtual void setSource(const utils::Whf& wfh); 163 virtual void setSource(const utils::Whf& wfh);
|
/hardware/qcom/display/msm8226/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 44 void GenericPipe::setSource(const utils::PipeArgs& args) { in setSource() function in overlay::GenericPipe 45 mCtrl->setSource(args); in setSource()
|
D | overlayGenPipe.h | 46 void setSource(const utils::PipeArgs& args);
|
/hardware/qcom/display/msm8994/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 44 void GenericPipe::setSource(const utils::PipeArgs& args) { in setSource() function in overlay::GenericPipe 45 mCtrl->setSource(args); in setSource()
|
D | overlayGenPipe.h | 46 void setSource(const utils::PipeArgs& args);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_fbupdate.cpp | 93 ov.setSource(parg, dest); in configure() 205 ov.setSource(pargL, destL); in configure() 216 ov.setSource(pargR, destR); in configure()
|