Home
last modified time | relevance | path

Searched defs:NativeObjects (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFrameBoundaryTests.cpp337 struct NativeObjects struct
339 const de::UniquePtr<wsi::Display> display;
340 const de::UniquePtr<wsi::Window> window;
342 NativeObjects(Context &context, const Extensions &supportedExtensions, wsi::Type wsiType, in NativeObjects() argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktNativeObjectsUtil.cpp76 NativeObjects::NativeObjects(Context &context, const Extensions &supportedExtensions, vk::wsi::Type… in NativeObjects() function in vkt::wsi::NativeObjects
85 NativeObjects::NativeObjects(NativeObjects &&other) : display(other.display.move()), windows() in NativeObjects() function in vkt::wsi::NativeObjects
H A DvktNativeObjectsUtil.hpp39 class NativeObjects class
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp155 struct NativeObjects struct
157 const de::UniquePtr<vk::wsi::Display> display;
158 const de::UniquePtr<vk::wsi::Window> window;
160 NativeObjects(Context &context, const Extensions &supportedExtensions, vk::wsi::Type wsiType, in NativeObjects() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp1942 struct NativeObjects struct
1944 const UniquePtr<Display> display;
1945 const UniquePtr<Window> window;
1947 NativeObjects(Context &context, const Extensions &supportedExtensions, Type wsiType, in NativeObjects() function