Home
last modified time | relevance | path

Searched refs:DECLARE_VK_PROC (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tools/gpu/vk/
DVkTestHelper.h22 #define DECLARE_VK_PROC(name) PFN_vk##name fVk##name macro
39 DECLARE_VK_PROC(DestroyInstance);
40 DECLARE_VK_PROC(DeviceWaitIdle);
41 DECLARE_VK_PROC(DestroyDevice);
43 DECLARE_VK_PROC(GetPhysicalDeviceFormatProperties);
44 DECLARE_VK_PROC(GetPhysicalDeviceMemoryProperties);
46 DECLARE_VK_PROC(CreateImage);
47 DECLARE_VK_PROC(DestroyImage);
48 DECLARE_VK_PROC(GetImageMemoryRequirements);
49 DECLARE_VK_PROC(AllocateMemory);
[all …]
/third_party/flutter/skia/tests/
DVkYcbcrSamplerTest.cpp29 #define DECLARE_VK_PROC(name) PFN_vk##name fVk##name macro
62 DECLARE_VK_PROC(DestroyInstance);
63 DECLARE_VK_PROC(DeviceWaitIdle);
64 DECLARE_VK_PROC(DestroyDevice);
66 DECLARE_VK_PROC(GetPhysicalDeviceFormatProperties);
67 DECLARE_VK_PROC(GetPhysicalDeviceMemoryProperties);
69 DECLARE_VK_PROC(CreateImage);
70 DECLARE_VK_PROC(DestroyImage);
71 DECLARE_VK_PROC(GetImageMemoryRequirements);
72 DECLARE_VK_PROC(AllocateMemory);
[all …]
DVkHardwareBufferTest.cpp366 #define DECLARE_VK_PROC(name) PFN_vk##name fVk##name macro
465 DECLARE_VK_PROC(DestroyInstance);
466 DECLARE_VK_PROC(DeviceWaitIdle);
467 DECLARE_VK_PROC(DestroyDevice);
469 DECLARE_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties);
470 DECLARE_VK_PROC(GetPhysicalDeviceImageFormatProperties2);
471 DECLARE_VK_PROC(GetPhysicalDeviceMemoryProperties2);
473 DECLARE_VK_PROC(GetAndroidHardwareBufferPropertiesANDROID);
475 DECLARE_VK_PROC(CreateImage);
476 DECLARE_VK_PROC(GetImageMemoryRequirements2);
[all …]
DVkProtectedContextTest.cpp27 #define DECLARE_VK_PROC(name) PFN_vk##name fVk##name macro
61 DECLARE_VK_PROC(DestroyInstance);
62 DECLARE_VK_PROC(DeviceWaitIdle);
63 DECLARE_VK_PROC(DestroyDevice);
/third_party/skia/tests/
DVkHardwareBufferTest.cpp366 #define DECLARE_VK_PROC(name) PFN_vk##name fVk##name macro
469 DECLARE_VK_PROC(DestroyInstance);
470 DECLARE_VK_PROC(DeviceWaitIdle);
471 DECLARE_VK_PROC(DestroyDevice);
473 DECLARE_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties);
474 DECLARE_VK_PROC(GetPhysicalDeviceImageFormatProperties2);
475 DECLARE_VK_PROC(GetPhysicalDeviceMemoryProperties2);
477 DECLARE_VK_PROC(GetAndroidHardwareBufferPropertiesANDROID);
479 DECLARE_VK_PROC(CreateImage);
480 DECLARE_VK_PROC(GetImageMemoryRequirements2);
[all …]