Searched defs:task_code (Results 1 – 2 of 2) sorted by relevance
70 void PerformTask(const TaskCode &task_code, TaskContext *task_context) { in PerformTask()75 void PerformTask(const TaskCode &task_code, TaskContext *task_context, bool terminate) { in PerformTask()
63 void ToneMapSession::OnTask(const ToneMapTaskCode &task_code, in OnTask()