| 49 | const CLDevice* GetDevicePtr() const { return &device_; } |
| 50 | CLContext& context() { return context_; } |
| 51 | CLCommandQueue* queue() { return &queue_; } |
| 52 | ProfilingCommandQueue* profiling_queue() { return &profiling_queue_; } |
| 53 | ProgramCache* program_cache() { return &program_cache_; } |
| 54 | const ProgramCache* program_cache() const { return &program_cache_; } |
no outgoing calls