Home
last modified time | relevance | path

Searched refs:currentDisplay (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp715 const VkDisplayKHR currentDisplay = toValidate.currentDisplay; in validateDisplayPlaneProperties() local
720 results.check( currentDisplay == DE_NULL || de::contains(displaySet, currentDisplay), in validateDisplayPlaneProperties()
721 "Plane bound to invalid handle " + de::toString(toValidate.currentDisplay)); in validateDisplayPlaneProperties()
994 DE_NULL, // VkDisplayKHR currentDisplay in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1002 planeProps[planeCountExpected].currentDisplay = canaryDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1029 const VkDisplayKHR currentDisplay = planeProps[planeIndex].currentDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local
1034 results.check( currentDisplay in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTests.cpp715 const VkDisplayKHR currentDisplay = toValidate.currentDisplay; in validateDisplayPlaneProperties() local
720 results.check( currentDisplay == DE_NULL || de::contains(displaySet, currentDisplay), in validateDisplayPlaneProperties()
721 "Plane bound to invalid handle " + de::toString(toValidate.currentDisplay)); in validateDisplayPlaneProperties()
994 DE_NULL, // VkDisplayKHR currentDisplay in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1002 planeProps[planeCountExpected].currentDisplay = canaryDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1029 const VkDisplayKHR currentDisplay = planeProps[planeIndex].currentDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local
1034 results.check( currentDisplay in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DDisplaySurfaceKHR.cpp102 pProperties->currentDisplay = res->connectors[0]; in GetPhysicalDeviceDisplayPlaneProperties()
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp172 EGLDisplay currentDisplay = eglGetCurrentDisplay(); in Initialize() local
174 EXPECT_EQ(display, currentDisplay); in Initialize()
200 EGLDisplay currentDisplay = eglGetCurrentDisplay(); in Uninitialize() local
202 EXPECT_EQ(EGL_NO_DISPLAY, currentDisplay); in Uninitialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp1233 egl::Display *currentDisplay = currentContext ? currentContext->getDisplay() : nullptr; in ValidateCreateSyncBase() local
1250 if (display != currentDisplay) in ValidateCreateSyncBase()
1257 ANGLE_VALIDATION_TRY(ValidateContext(val, currentDisplay, currentContext)); in ValidateCreateSyncBase()
1282 if (display != currentDisplay) in ValidateCreateSyncBase()
1289 ANGLE_VALIDATION_TRY(ValidateContext(val, currentDisplay, currentContext)); in ValidateCreateSyncBase()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c562 prop->currentDisplay = wsi_display_connector_to_handle(connector); in wsi_display_fill_in_display_plane_properties()
565 prop->currentDisplay = VK_NULL_HANDLE; in wsi_display_fill_in_display_plane_properties()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp3951 props[i].currentDisplay = CreateRandomDisplay(); in FillInRandomDisplayPlanePropData()
3962 equal = equal && props1[i].currentDisplay == props2[i].currentDisplay; in CompareDisplayPlanePropData()
5063 equal = equal && props1[i].currentDisplay == props2[i].displayPlaneProperties.currentDisplay; in CompareDisplayPlanePropData()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5429 VkDisplayKHR currentDisplay; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6283 VkDisplayKHR currentDisplay; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp22522 : currentDisplay( currentDisplay_ )
22557 return ( currentDisplay == rhs.currentDisplay ) && ( currentStackIndex == rhs.currentStackIndex );
22567 VULKAN_HPP_NAMESPACE::DisplayKHR currentDisplay = {}; member
[all...]
H A Dvulkan_core.h6382 VkDisplayKHR currentDisplay; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h7686 VkDisplayKHR currentDisplay; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h6432 VkDisplayKHR currentDisplay; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h7847 VkDisplayKHR currentDisplay; member
H A Dvulkan_hash.hpp4238 VULKAN_HPP_HASH_COMBINE( seed, displayPlanePropertiesKHR.currentDisplay );
H A Dvulkan_structs.hpp32165 VULKAN_HPP_NAMESPACE::DisplayKHR currentDisplay = {}; global() member
[all...]

Completed in 380 milliseconds