Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp358 if (wsiType == vk::wsi::TYPE_ANDROID) in createWsiDisplay()
366 if (wsiType == vk::wsi::TYPE_ANDROID) in hasDisplay()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp420 const bool expectSupportedOnAll = wsiType == TYPE_ANDROID; in querySurfaceSupportTest()
690 if (wsiType == TYPE_ANDROID) in validateSurfaceFormats()
870 if (wsiType == TYPE_ANDROID) in validateSurfacePresentModes()
DvktWsiSwapchainTests.cpp883 if (params.wsiType != TYPE_ANDROID) in createSwapchainPrivateDataTest()