Home
last modified time | relevance | path

Searched refs:TYPE_ANDROID (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp149 struct TypeTraits<TYPE_ANDROID>
154 typedef WindowInterface<TYPE_ANDROID> AndroidWindowInterface;
DvkDefs.hpp138 TYPE_ANDROID, enumerator
DvkWsiUtil.cpp221 case TYPE_ANDROID: in createSurface()
346 case TYPE_ANDROID: in getPhysicalDevicePresentationSupport()
561 case TYPE_ANDROID: in getFullScreenSize()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp356 if (wsiType == vk::wsi::TYPE_ANDROID) in createWsiDisplay()
364 if (wsiType == vk::wsi::TYPE_ANDROID) in hasDisplay()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp371 const bool expectSupportedOnAll = wsiType == TYPE_ANDROID; in querySurfaceSupportTest()
642 if (wsiType == TYPE_ANDROID) in validateSurfaceFormats()
822 if (wsiType == TYPE_ANDROID) in validateSurfacePresentModes()
DvktWsiSwapchainTests.cpp819 if (params.wsiType != TYPE_ANDROID) in createSwapchainPrivateDataTest()