Lines Matching refs:Task
9 // of usesGpu(). The subclasses can call fail() to mark this task as failed,
12 // Task deletes itself when run.
18 class Task : public SkRunnable {
20 Task(Reporter* reporter, TaskRunner* taskRunner);
21 Task(const Task& parent);
22 virtual ~Task();
31 // Returns the number of parents above this task.
36 void spawnChild(Task* task);