Home
last modified time | relevance | path

Searched refs:HasPendingTasks (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DAsyncTask.h45 bool HasPendingTasks();
DAsyncTask.cpp54 bool AsyncTaskManager::HasPendingTasks() { in HasPendingTasks() function in dawn_native::AsyncTaskManager
DDevice.cpp625 if (mAsyncTaskManager->HasPendingTasks()) { in IsDeviceIdle()