Searched refs:clearImpl (Results 1 – 6 of 6) sorted by relevance
39 void clearImpl() override;
64 void PostWorkerVk::clearImpl() { in clearImpl() function in gfxstream::PostWorkerVk
46 void clearImpl() override;
78 virtual void clearImpl() = 0;
172 runTask(std::packaged_task<void()>([this] { clearImpl(); })); in clear()
268 void PostWorkerGl::clearImpl() { in clearImpl() function in gfxstream::PostWorkerGl