Home
last modified time | relevance | path

Searched refs:clearImpl (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DPostWorkerVk.h39 void clearImpl() override;
DPostWorkerVk.cpp64 void PostWorkerVk::clearImpl() { in clearImpl() function in gfxstream::PostWorkerVk
/hardware/google/gfxstream/host/
DPostWorkerGl.h46 void clearImpl() override;
DPostWorker.h78 virtual void clearImpl() = 0;
DPostWorker.cpp172 runTask(std::packaged_task<void()>([this] { clearImpl(); })); in clear()
DPostWorkerGl.cpp268 void PostWorkerGl::clearImpl() { in clearImpl() function in gfxstream::PostWorkerGl