Home
last modified time | relevance | path

Searched defs:onSetBreakpoint (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/Debug/
DEventListener.hpp57 virtual void onSetBreakpoint(const Location &, bool &handled) {} in onSetBreakpoint() function in vk::dbg::ClientEventListener
60 virtual void onSetBreakpoint(const std::string &func, bool &handled) {} in onSetBreakpoint() function in vk::dbg::ClientEventListener
DContext.cpp139 void onSetBreakpoint(const vk::dbg::Location &location, bool &handled) override in onSetBreakpoint() function in __anon7be4066e0111::ClientEventBroadcaster
144 void onSetBreakpoint(const std::string &func, bool &handled) override in onSetBreakpoint() function in __anon7be4066e0111::ClientEventBroadcaster
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1475 void SpirvShader::Impl::Debugger::onSetBreakpoint(const vk::dbg::Location &location, bool &handled) in onSetBreakpoint() function in sw::SpirvShader::Impl::Debugger
1491 void SpirvShader::Impl::Debugger::onSetBreakpoint(const std::string &func, bool &handled) in onSetBreakpoint() function in sw::SpirvShader::Impl::Debugger