Home
last modified time | relevance | path

Searched refs:UpdateFrame (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DThread.hpp110 using UpdateFrame = std::function<void(Frame &)>; typedef in vk::dbg::Thread
130 …void enter(const std::shared_ptr<File> &file, const std::string &function, const UpdateFrame &f = …
158 void update(bool isStep, const UpdateFrame &f);
DThread.cpp88 …Thread::enter(const std::shared_ptr<File> &file, const std::string &function, const UpdateFrame &f) in enter()
124 void Thread::update(bool isStep, const UpdateFrame &f) in update()