HomeSort by relevance Sort by last modified time
    Searched refs:GetPhysicalDeviceExternalSemaphoreProperties (Results 1 - 6 of 6) sorted by null

  /frameworks/native/vulkan/libvulkan/
api_gen.h 53 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties;
api_gen.cpp 175 INIT_PROC(false, instance, GetPhysicalDeviceExternalSemaphoreProperties);
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 192 {"vkGetPhysicalDeviceExternalSemaphoreProperties", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkGetPhysicalDeviceExternalSemaphoreProperties>(GetPhysicalDeviceExternalSemaphoreProperties))},
null_driver_gen.h 194 VKAPI_ATTR void GetPhysicalDeviceExternalSemaphoreProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties);
null_driver.cpp     [all...]
  /external/skqp/tests/
VkHardwareBufferTest.cpp 484 DECLARE_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties);
661 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties);
    [all...]

Completed in 172 milliseconds