| 74 | // --------------------------------------------------------------------------- |
| 75 | |
| 76 | void OpenCL_MixIn::SetDevice(int i) |
| 77 | { |
| 78 | if(i != this->iDevice) |
| 79 | this->need_reload_context = true; |
| 80 | this->iDevice = i; |
| 81 | } |
| 82 | |
| 83 | // --------------------------------------------------------------------------- |
| 84 |
nothing calls this directly
no outgoing calls
no test coverage detected