Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/Carbon/
DOSAconst.py125 eGlobal = 1 variable
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp14987 eGlobal = VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR, enumerator
20576 case DisplayPlaneAlphaFlagBitsKHR::eGlobal: return "Global"; in to_string()
20588 if (value & DisplayPlaneAlphaFlagBitsKHR::eGlobal) result += "Global | "; in to_string()