Home
last modified time | relevance | path

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

/external/deqp-deps/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 __anon30c19a6c0102()
/external/deqp-deps/glslang/
DREADME-spirv-remap.txt78 typedef std::function<void(const std::string&)> errorfn_t;
82 static void registerErrorHandler(errorfn_t handler) { errorHandler = handler; }