Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcConfigList.hpp37 enum ConfigType enum
66 …Config(ConfigType type_, int id_, deUint32 surfaceTypes_) : type(type_), id(id_), surfaceTypes(sur… in Config()
74 ConfigType type;
81 …ExcludedConfig(ConfigType type_, int id_, ExcludeReason reason_) : type(type_), id(id_), reason(re… in ExcludedConfig()
89 ConfigType type;
96 AOSPConfig(ConfigType type_, int id_, deUint32 surfaceTypes_, deInt32 redBits_, deInt32 greenBits_, in AOSPConfig()
125 ConfigType type;
DglcConfigListCase.cpp35 static const char* getConfigTypeName(ConfigType type) in getConfigTypeName()
/external/llvm/unittests/IR/
DValueMapTest.cpp202 typedef LockMutex<TypeParam*, sys::Mutex> ConfigType; in TYPED_TEST() typedef
203 typename ConfigType::ExtraData Data = {&M, &CalledRAUW, &CalledDeleted}; in TYPED_TEST()
204 ValueMap<TypeParam*, int, ConfigType> VM(Data); in TYPED_TEST()
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp58 static constexpr CONFIG_TYPE ConfigType = CONFIG_TYPE_SMALL; variable
197 switch(ConfigType) in GetAllocationStrategyCount()
4213 if(ConfigType >= CONFIG_TYPE::CONFIG_TYPE_LARGE) in BenchmarkAlgorithms()
4215 else if(ConfigType >= CONFIG_TYPE::CONFIG_TYPE_SMALL) in BenchmarkAlgorithms()
4218 const uint32_t emptyCount = ConfigType >= CONFIG_TYPE::CONFIG_TYPE_SMALL ? 2 : 1; in BenchmarkAlgorithms()
6122 if(ConfigType >= CONFIG_TYPE_MAXIMUM) repeatCount = 3; in PerformMainTests()
6130 switch(ConfigType) in PerformMainTests()
6189 if(ConfigType >= CONFIG_TYPE_LARGE) ++buffersVsImagesCount; in PerformMainTests()
6203 if(ConfigType >= CONFIG_TYPE_LARGE) ++smallVsLargeCount; in PerformMainTests()
6222 if(ConfigType >= CONFIG_TYPE_SMALL) ++constantSizesCount; in PerformMainTests()
[all …]
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc2453 using ConfigType = IceCandidatePairConfigType; in GetIceEvents() typedef
2460 std::map<ConfigType, Combined> config_map( in GetIceEvents()
2461 {{ConfigType::kAdded, Combined::kAdded}, in GetIceEvents()
2462 {ConfigType::kUpdated, Combined::kUpdated}, in GetIceEvents()
2463 {ConfigType::kDestroyed, Combined::kDestroyed}, in GetIceEvents()
2464 {ConfigType::kSelected, Combined::kSelected}}); in GetIceEvents()