Home
last modified time | relevance | path

Searched refs:errorfn_t (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/SPIRV/
DSPVRemapper.h124 typedef std::function<void(const std::string&)> errorfn_t; typedef
128 static void registerErrorHandler(errorfn_t handler) { errorHandler = handler; } in registerErrorHandler()
297 static errorfn_t errorHandler;
DSPVRemapper.cpp50 spirvbin_t::errorfn_t spirvbin_t::errorHandler = [](const std::string&) { exit(5); }; in __anon9a7f15e30102()
/third_party/glslang/
DREADME-spirv-remap.txt78 typedef std::function<void(const std::string&)> errorfn_t;
82 static void registerErrorHandler(errorfn_t handler) { errorHandler = handler; }