| 764 | } |
| 765 | |
| 766 | void OpenCLDepthPacketProcessor::loadXZTables(const float *xtable, const float *ztable) |
| 767 | { |
| 768 | impl_->fill_xz_tables(xtable, ztable); |
| 769 | } |
| 770 | |
| 771 | void OpenCLDepthPacketProcessor::loadLookupTable(const short *lut) |
| 772 | { |
nothing calls this directly
no test coverage detected