Searched defs:hasTasks (Results 1 – 3 of 3) sorted by relevance
34 bool hasTasks() const { return !fTasks.empty(); } in hasTasks() function
98 bool RecordingPriv::hasTasks() const { return fRecording->fGraph->hasTasks(); } in hasTasks() function in skgpu::graphite::RecordingPriv
97 private inline fun Long.hasTasks() = this >= 2 in isClosed() method