Searched refs:yieldAndCheck (Results 1 – 6 of 6) sorted by relevance
38 bool GrDawnAsyncWait::yieldAndCheck() const { in yieldAndCheck() function in GrDawnAsyncWait51 while (!this->yieldAndCheck()) {} in busyWait()
24 bool yieldAndCheck() const;
880 return reinterpret_cast<const GrDawnAsyncWait*>(fence)->yieldAndCheck(); in waitFence()
37 bool DawnAsyncWait::yieldAndCheck() const { in yieldAndCheck() function in skgpu::graphite::DawnAsyncWait50 while (!this->yieldAndCheck()) {} in busyWait()
25 bool yieldAndCheck() const;
33 bool isFinished() override { return fAsyncWait.yieldAndCheck(); } in isFinished()