/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkWsiPlatform.hpp | 80 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType; typedef 82 NativeType getNative (void) const { return m_native; } in getNative() 85 DisplayInterface (NativeType nativeDisplay) in DisplayInterface() 89 const NativeType m_native; 96 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType; typedef 98 NativeType getNative (void) const { return m_native; } in getNative() 101 WindowInterface (NativeType nativeDisplay) in WindowInterface() 105 const NativeType m_native;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 19 using NativeType = VkAabbPositionsKHR; typedef 132 using NativeType = VkDeviceOrHostAddressConstKHR; typedef 189 using NativeType = VkAccelerationStructureGeometryTrianglesDataKHR; typedef 328 using NativeType = VkAccelerationStructureGeometryAabbsDataKHR; typedef 417 using NativeType = VkAccelerationStructureGeometryInstancesDataKHR; typedef 507 using NativeType = VkAccelerationStructureGeometryDataKHR; typedef 583 using NativeType = VkAccelerationStructureGeometryKHR; typedef 676 using NativeType = VkDeviceOrHostAddressKHR; typedef 731 using NativeType = VkAccelerationStructureBuildGeometryInfoKHR; typedef 951 using NativeType = VkAccelerationStructureBuildRangeInfoKHR; typedef [all …]
|
D | vulkan_handles.hpp | 1291 using NativeType = VkSurfaceKHR; typedef in VULKAN_HPP_NAMESPACE::SurfaceKHR 1390 using NativeType = VkDebugReportCallbackEXT; typedef in VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT 1492 using NativeType = VkDebugUtilsMessengerEXT; typedef in VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT 1587 using NativeType = VkDisplayKHR; typedef in VULKAN_HPP_NAMESPACE::DisplayKHR 1686 using NativeType = VkSwapchainKHR; typedef in VULKAN_HPP_NAMESPACE::SwapchainKHR 1786 using NativeType = VkSemaphore; typedef in VULKAN_HPP_NAMESPACE::Semaphore 1884 using NativeType = VkFence; typedef in VULKAN_HPP_NAMESPACE::Fence 1980 using NativeType = VkPerformanceConfigurationINTEL; typedef in VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL 2077 using NativeType = VkQueryPool; typedef in VULKAN_HPP_NAMESPACE::QueryPool 2175 using NativeType = VkBuffer; typedef in VULKAN_HPP_NAMESPACE::Buffer [all …]
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 21 using NativeType = VkAabbPositionsKHR; typedef 138 using NativeType = VkDeviceOrHostAddressConstKHR; typedef 181 using NativeType = VkAccelerationStructureGeometryTrianglesDataKHR; typedef 328 using NativeType = VkAccelerationStructureGeometryAabbsDataKHR; typedef 420 using NativeType = VkAccelerationStructureGeometryInstancesDataKHR; typedef 514 using NativeType = VkAccelerationStructureGeometryDataKHR; typedef 576 using NativeType = VkAccelerationStructureGeometryKHR; typedef 679 using NativeType = VkDeviceOrHostAddressKHR; typedef 722 using NativeType = VkAccelerationStructureBuildGeometryInfoKHR; typedef 948 using NativeType = VkAccelerationStructureBuildRangeInfoKHR; typedef [all …]
|
D | vulkan_handles.hpp | 2064 using NativeType = VkSurfaceKHR; typedef in VULKAN_HPP_NAMESPACE::SurfaceKHR 2149 using NativeType = VkDebugReportCallbackEXT; typedef in VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT 2237 using NativeType = VkDebugUtilsMessengerEXT; typedef in VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT 2319 using NativeType = VkDisplayKHR; typedef in VULKAN_HPP_NAMESPACE::DisplayKHR 2404 using NativeType = VkSwapchainKHR; typedef in VULKAN_HPP_NAMESPACE::SwapchainKHR 2489 using NativeType = VkSemaphore; typedef in VULKAN_HPP_NAMESPACE::Semaphore 2574 using NativeType = VkFence; typedef in VULKAN_HPP_NAMESPACE::Fence 2659 using NativeType = VkPerformanceConfigurationINTEL; typedef in VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL 2741 using NativeType = VkQueryPool; typedef in VULKAN_HPP_NAMESPACE::QueryPool 2826 using NativeType = VkBuffer; typedef in VULKAN_HPP_NAMESPACE::Buffer [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglNativeCoordMappingTests.cpp | 321 enum NativeType enum in deqp::egl::__anon6df9e0f30111::NativeCoordMappingCase 328 …t& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, cons… 334 NativeType m_nativeType; 338 …t& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, cons… in NativeCoordMappingCase() 350 …ry& egl, EGLDisplay display, EGLConfig config, NativeCoordMappingCase::NativeType nativeType, int … in logConfigInfo() 606 …tGroups (EglTestContext& eglTestCtx, TestCaseGroup* group, NativeCoordMappingCase::NativeType type) in addTestGroups()
|
D | teglNativeColorMappingTests.cpp | 280 enum NativeType enum in deqp::egl::__anon9912a3db0111::NativeColorMappingCase 287 …t& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, cons… 293 NativeType m_nativeType; 297 …t& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, cons… in NativeColorMappingCase() 309 …ry& egl, EGLDisplay display, EGLConfig config, NativeColorMappingCase::NativeType nativeType, int … in logConfigInfo() 570 …tGroups (EglTestContext& eglTestCtx, TestCaseGroup* group, NativeColorMappingCase::NativeType type) in addTestGroups()
|
/third_party/node/src/ |
D | base_object_types.h | 43 #define V(TypeId, NativeType) k_##TypeId, argument
|
D | node_snapshotable.h | 34 #define V(PropertyName, NativeType) k_##PropertyName, argument
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | dawn_json_generator.py | 150 class NativeType(Type): class 392 'native': NativeType,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 95086 typedef mozilla::StyleSheet NativeType; typedef 103955 typedef mozilla::dom::ChromeUtils NativeType; typedef 104162 typedef mozilla::dom::ThreadSafeChromeUtils NativeType; typedef 123258 typedef mozilla::dom::ImageBitmap NativeType; typedef 148243 typedef nsIDocument NativeType; typedef 157177 typedef mozilla::dom::ChromeWindow NativeType; typedef 157202 typedef nsGlobalWindow NativeType; typedef 162590 typedef mozilla::dom::Element NativeType; typedef 162712 typedef mozilla::dom::DOMRect NativeType; typedef 162750 typedef mozilla::dom::DOMRectReadOnly NativeType; typedef [all …]
|