HomeSort by relevance Sort by last modified time
    Searched refs:spawnChild (Results 1 - 8 of 8) sorted by null

  /external/skia/dm/
DMTask.h 10 // or make any number of spawnChild() calls to kick off dependent tasks.
36 void spawnChild(Task* task);
DMTask.cpp 34 void Task::spawnChild(Task* task) {
DMGpuTask.cpp 63 this->spawnChild(SkNEW_ARGS(ExpectationsTask, (*this, fExpectations, bitmap)));
64 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
DMReplayTask.cpp 34 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
DMCpuTask.cpp 35 #define SPAWN(ChildTask, ...) this->spawnChild(SkNEW_ARGS(ChildTask, (*this, __VA_ARGS__)))
DMPipeTask.cpp 66 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
DMSerializeTask.cpp 45 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
DMTileGridTask.cpp 66 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, full)));

Completed in 33 milliseconds