Searched defs:NotSupportedError (Results 1 – 7 of 7) sorted by relevance
135 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int … in NotSupportedError() function in tcu::NotSupportedError140 NotSupportedError::NotSupportedError (const std::string& message, const char* expr, const char* fil… in NotSupportedError() function in tcu::NotSupportedError145 NotSupportedError::NotSupportedError (const std::string& message) in NotSupportedError() function in tcu::NotSupportedError
113 class NotSupportedError : public TestException class
59 NotSupportedError::NotSupportedError (VkResult error, const char* message, const char* expr, const … in NotSupportedError() function in vk::NotSupportedError65 NotSupportedError::NotSupportedError (VkResult error, const std::string& message) in NotSupportedError() function in vk::NotSupportedError
283 class NotSupportedError : public tcu::NotSupportedError class
99 PyObject* NotSupportedError; member
39 PyObject *NotSupportedError; member
83 Napi::Error Errors::NotSupportedError(Napi::Env env) { in NotSupportedError() function in wgpu::binding::Errors