| 111 | }; |
| 112 | |
| 113 | cl_command_queue* commandQueues() const |
| 114 | { |
| 115 | return const_cast<cl_command_queue*>(commandQueues_); |
| 116 | }; |
| 117 | |
| 118 | bool useNumCommandQueues() const { return useNumCommandQueues_; }; |
| 119 | cl_uint numCommandQueues() const { return numCommandQueues_; }; |
no outgoing calls
no test coverage detected