Home
last modified time | relevance | path

Searched refs:eGlobal (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/plat-mac/Carbon/
DOSAconst.py125 eGlobal = 1 variable
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp6954 eGlobal = VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR, enumerator
6964 case DisplayPlaneAlphaFlagBitsKHR::eGlobal : return "Global"; in to_string()
6987 …yPlaneAlphaFlagBitsKHR::eOpaque) | VkFlags(DisplayPlaneAlphaFlagBitsKHR::eGlobal) | VkFlags(Displa…
6997 if ( value & DisplayPlaneAlphaFlagBitsKHR::eGlobal ) result += "Global | "; in to_string()
/external/swiftshader/include/vulkan/
Dvulkan.hpp29183 eGlobal = VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR, enumerator
29204 …yPlaneAlphaFlagBitsKHR::eOpaque) | VkFlags(DisplayPlaneAlphaFlagBitsKHR::eGlobal) | VkFlags(Displa…
51306 case DisplayPlaneAlphaFlagBitsKHR::eGlobal: return "Global"; in to_string()
51318 if (value & DisplayPlaneAlphaFlagBitsKHR::eGlobal) result += "Global | "; in to_string()