Home
last modified time | relevance | path

Searched defs:NotSupportedError (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuDefs.cpp135 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int … in NotSupportedError() function in tcu::NotSupportedError
140 NotSupportedError::NotSupportedError (const std::string& message, const char* expr, const char* fil… in NotSupportedError() function in tcu::NotSupportedError
145 NotSupportedError::NotSupportedError (const std::string& message) in NotSupportedError() function in tcu::NotSupportedError
DtcuDefs.hpp113 class NotSupportedError : public TestException class
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.cpp59 NotSupportedError::NotSupportedError (VkResult error, const char* message, const char* expr, const … in NotSupportedError() function in vk::NotSupportedError
65 NotSupportedError::NotSupportedError (VkResult error, const std::string& message) in NotSupportedError() function in vk::NotSupportedError
DvkDefs.hpp283 class NotSupportedError : public tcu::NotSupportedError class
/third_party/python/Modules/_sqlite/
Dconnection.h99 PyObject* NotSupportedError; member
Dmodule.h39 PyObject *NotSupportedError; member
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DErrors.cpp83 Napi::Error Errors::NotSupportedError(Napi::Env env) { in NotSupportedError() function in wgpu::binding::Errors