Home
last modified time | relevance | path

Searched refs:FlagsType (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp171 template <typename FlagsType>
172 static deBool featuresCompatible(FlagsType modifierFeatures, VkFormatFeatureFlags testFeatures) in featuresCompatible()
178 …return ((modifierFeatures & static_cast<FlagsType>(testFeatures)) == static_cast<FlagsType>(testFe… in featuresCompatible()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
DvktModifiersTests.cpp171 template <typename FlagsType>
172 static deBool featuresCompatible(FlagsType modifierFeatures, VkFormatFeatureFlags testFeatures) in featuresCompatible()
178 …return ((modifierFeatures & static_cast<FlagsType>(testFeatures)) == static_cast<FlagsType>(testFe… in featuresCompatible()
/third_party/python/Python/
Dsysmodule.c2542 static PyTypeObject FlagsType; variable
2619 PyObject *flags = PyStructSequence_New(&FlagsType); in make_flags()
2871 if (FlagsType.tp_name == 0) { in _PySys_InitCore()
2872 if (_PyStructSequence_InitType(&FlagsType, &flags_desc, in _PySys_InitCore()
/third_party/python/Tools/c-analyzer/
DTODO914 Python/sysmodule.c:FlagsType static PyTypeObject FlagsType
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp87225 typedef uint32_t FlagsType; typedef in nsWrapperCache
87227 FlagsType GetFlags() const in GetFlags()
87232 bool HasFlag(FlagsType aFlag) const in HasFlag()
87238 void SetFlags(FlagsType aFlagsToSet) in SetFlags()
87244 void UnsetFlags(FlagsType aFlagsToUnset) in UnsetFlags()
87322 FlagsType GetWrapperFlags() const in GetWrapperFlags()
87327 bool HasWrapperFlag(FlagsType aFlag) const in HasWrapperFlag()
87333 void SetWrapperFlags(FlagsType aFlagsToSet) in SetWrapperFlags()
87339 void UnsetWrapperFlags(FlagsType aFlagsToUnset) in UnsetWrapperFlags()
87359 FlagsType mFlags;
[all …]