Lines Matching refs:setSource
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()
452 inline bool S3DPrimaryPipe<CHAN>::setSource(const utils::PipeArgs& args) in setSource() function
455 return mS3d.setSource(args); in setSource()