Home
last modified time | relevance | path

Searched refs:TaskList (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/gpu/graphite/task/
DTaskList.h21 class TaskList {
23 TaskList() = default;
25 void add(TaskList&& tasks) { fTasks.move_back(tasks.fTasks); } in add()
DTaskList.cpp18 Status TaskList::visitTasks(Fn fn) { in visitTasks()
38 Status TaskList::prepareResources(ResourceProvider* resourceProvider, in prepareResources()
50 Status TaskList::addCommands(Context* context, in addCommands()
DBUILD.bazel23 "TaskList.cpp",
24 "TaskList.h",
DDrawTask.h46 TaskList fChildTasks;
/external/cronet/tot/base/task/
Dsingle_thread_task_executor_unittest.cc200 class TaskList { class
260 void RecursiveFunc(TaskList* order, int cookie, int depth) { in RecursiveFunc()
269 void QuitFunc(TaskList* order, int cookie, base::OnceClosure quit_closure) { in QuitFunc()
293 void MessageBoxFunc(TaskList* order, int cookie, bool is_reentrant) { in MessageBoxFunc()
304 void EndDialogFunc(TaskList* order, int cookie) { in EndDialogFunc()
320 TaskList* order, in RecursiveFuncWin()
835 TaskList order; in TEST_P()
866 void OrderedFunc(TaskList* order, int cookie) { in OrderedFunc()
877 TaskList order; in TEST_P()
899 void FuncThatPumps(TaskList* order, int cookie) { in FuncThatPumps()
[all …]
/external/cronet/stable/base/task/
Dsingle_thread_task_executor_unittest.cc200 class TaskList { class
260 void RecursiveFunc(TaskList* order, int cookie, int depth) { in RecursiveFunc()
269 void QuitFunc(TaskList* order, int cookie, base::OnceClosure quit_closure) { in QuitFunc()
293 void MessageBoxFunc(TaskList* order, int cookie, bool is_reentrant) { in MessageBoxFunc()
304 void EndDialogFunc(TaskList* order, int cookie) { in EndDialogFunc()
320 TaskList* order, in RecursiveFuncWin()
835 TaskList order; in TEST_P()
866 void OrderedFunc(TaskList* order, int cookie) { in OrderedFunc()
877 TaskList order; in TEST_P()
899 void FuncThatPumps(TaskList* order, int cookie) { in FuncThatPumps()
[all …]
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc175 class TaskList { class
236 void RecursiveFunc(TaskList* order, int cookie, int depth, in RecursiveFunc()
249 void QuitFunc(TaskList* order, int cookie) { in QuitFunc()
459 void MessageBoxFunc(TaskList* order, int cookie, bool is_reentrant) { in MessageBoxFunc()
468 void EndDialogFunc(TaskList* order, int cookie) { in EndDialogFunc()
482 TaskList* order, in RecursiveFuncWin()
533 TaskList order; in RunTest_RecursiveDenial2()
573 TaskList order; in RunTest_RecursiveSupport2()
1138 TaskList order; in TEST_P()
1168 void RecursiveSlowFunc(TaskList* order, in RecursiveSlowFunc()
[all …]
/external/skia/include/gpu/graphite/
DRecording.h30 class TaskList; variable
80 std::unique_ptr<TaskList> fRootTaskList;
DRecorder.h53 class TaskList; variable
266 std::unique_ptr<TaskList> fRootTaskList;
/external/skia/src/gpu/graphite/
DRecordingPriv.h47 TaskList* taskList() { return fRecording->fRootTaskList.get(); } in taskList()
DRecording.cpp37 , fRootTaskList(new TaskList) in Recording()
DRecorder.cpp100 , fRootTaskList(new TaskList) in Recorder()
/external/skia/gn/
Dgraphite.gni232 "$_src/task/TaskList.cpp",
233 "$_src/task/TaskList.h",
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_messages.py877 class TaskList(_messages.Message): class
/external/skia/
DAndroid.bp834 "src/gpu/graphite/task/TaskList.cpp",
4563 "src/gpu/graphite/task/TaskList.cpp",