OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProgramNotFoundException
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.hpp
59
class
ProgramNotFoundException
: public tcu::ResourceError
62
ProgramNotFoundException
(const ProgramIdentifier& id, const std::string& reason)
230
using BinaryRegistryDetail::
ProgramNotFoundException
;
vkBinaryRegistry.cpp
407
throw
ProgramNotFoundException
(id, string("Failed to open binary index (") + e.what() + ")");
432
throw
ProgramNotFoundException
(id, e.what());
436
throw
ProgramNotFoundException
(id, "Program not found in index");
Completed in 54 milliseconds