Home
last modified time | relevance | path

Searched refs:DispatchLoaderBase (Results 1 - 5 of 5) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_shared.hpp316 DestroyFunctionPointerType<DispatchLoaderBase> m_destroy = nullptr;
317 const DispatchLoaderBase * m_dispatch = nullptr;
347 DestroyFunctionPointerType<DispatchLoaderBase> m_destroy = nullptr;
348 const DispatchLoaderBase * m_dispatch = nullptr;
376 DestroyFunctionPointerType<DispatchLoaderBase> m_destroy = nullptr;
377 const DispatchLoaderBase * m_dispatch = nullptr;
410 DestroyFunctionPointerType<DispatchLoaderBase> m_destroy = nullptr;
411 const DispatchLoaderBase * m_dispatch = nullptr;
H A Dvulkan.hpp997 class DispatchLoaderBase class
1000 DispatchLoaderBase() = default;
1001 DispatchLoaderBase( std::nullptr_t ) in DispatchLoaderBase() function in VULKAN_HPP_NAMESPACE::DispatchLoaderBase
1022 class DispatchLoaderStatic : public DispatchLoaderBase
16396 class DispatchLoaderDynamic : public DispatchLoaderBase
H A Dvulkan_raii.hpp43 class ContextDispatcher : public DispatchLoaderBase
69 class InstanceDispatcher : public DispatchLoaderBase
681 class DeviceDispatcher : public DispatchLoaderBase
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp1386 class DispatchLoaderBase class
1389 DispatchLoaderBase() = default;
1390 DispatchLoaderBase( std::nullptr_t ) in DispatchLoaderBase() function in VULKAN_HPP_NAMESPACE::DispatchLoaderBase
1410 class DispatchLoaderStatic : public DispatchLoaderBase
10876 class DispatchLoaderDynamic : public DispatchLoaderBase
H A Dvulkan_raii.hpp35 class ContextDispatcher : public DispatchLoaderBase
63 class InstanceDispatcher : public DispatchLoaderBase
68 InstanceDispatcher( std::nullptr_t ) : DispatchLoaderBase( nullptr ) {} in InstanceDispatcher()
680 class DeviceDispatcher : public DispatchLoaderBase
685 DeviceDispatcher( std::nullptr_t ) : DispatchLoaderBase( nullptr ) {} in DeviceDispatcher()

Completed in 142 milliseconds