Home
last modified time | relevance | path

Searched refs:GetNativeBufferPropertiesOHOS (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawOHOSNativeBufferTests.cpp357 vk.GetNativeBufferPropertiesOHOS(device, nativeHandle.GetOhosNativeBuffer(), &ohosProperties); in iterate()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h1174 PFN_vkGetNativeBufferPropertiesOHOS GetNativeBufferPropertiesOHOS; member
H A Dvk_dispatch_table_helper.h741 table->GetNativeBufferPropertiesOHOS = (PFN_vkGetNativeBufferPropertiesOHOS) gpa(device, "vkGetNativeBufferPropertiesOHOS"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c1215 table->GetNativeBufferPropertiesOHOS = (PFN_vkGetNativeBufferPropertiesOHOS)gdpa(dev, "vkGetNativeBufferPropertiesOHOS"); in loader_init_device_extension_dispatch_table()
2986 if (!strcmp(name, "GetNativeBufferPropertiesOHOS")) return (void *)table->GetNativeBufferPropertiesOHOS; in loader_lookup_device_dispatch_table()
9852 return disp->GetNativeBufferPropertiesOHOS(device, buffer, pProperties); in vkGetNativeBufferPropertiesOHOS()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp3424 vkd.GetNativeBufferPropertiesOHOS(device.get(), handleA.GetOhosNativeBuffer(), &ohosProperties); in testMemoryImportTwice()
3505 vkd.GetNativeBufferPropertiesOHOS(device.get(), handleA.GetOhosNativeBuffer(), &ohosProperties); in testMemoryMultipleImports()
3993 vkd.GetNativeBufferPropertiesOHOS(device.get(), handle.GetOhosNativeBuffer(), &ohosProperties); in testBufferBindExportImportBind()
4057 vkd.GetNativeBufferPropertiesOHOS(device.get(), handle.GetOhosNativeBuffer(), &ohosProperties); in testBufferExportBindImportBind()
4120 vkd.GetNativeBufferPropertiesOHOS(device.get(), handle.GetOhosNativeBuffer(), &ohosProperties); in testBufferExportImportBindBind()
4710 VK_CHECK(vkd.GetNativeBufferPropertiesOHOS(device, ptr, &bufferProperties)); in ValidateOHOSNativeBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp1386 VK_CHECK(vkd.GetNativeBufferPropertiesOHOS(device, handle.GetOhosNativeBuffer(), &ohosProperties)); in importMemory()

Completed in 38 milliseconds