Home
last modified time | relevance | path

Searched refs:ConfigType (Results 1 – 6 of 6) 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-project/llvm/unittests/IR/
DValueMapTest.cpp201 typedef LockMutex<TypeParam*, std::mutex> ConfigType; in TYPED_TEST() typedef
202 typename ConfigType::ExtraData Data = {&M, &CalledRAUW, &CalledDeleted}; in TYPED_TEST()
203 ValueMap<TypeParam*, int, ConfigType> VM(Data); in TYPED_TEST()
/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.cpp55 static constexpr CONFIG_TYPE ConfigType = CONFIG_TYPE_SMALL; variable
194 switch(ConfigType) in GetAllocationStrategyCount()
3822 if(ConfigType >= CONFIG_TYPE::CONFIG_TYPE_LARGE) in BenchmarkAlgorithms()
3824 else if(ConfigType >= CONFIG_TYPE::CONFIG_TYPE_SMALL) in BenchmarkAlgorithms()
3827 const uint32_t emptyCount = ConfigType >= CONFIG_TYPE::CONFIG_TYPE_SMALL ? 2 : 1; in BenchmarkAlgorithms()
5560 if(ConfigType >= CONFIG_TYPE_MAXIMUM) repeatCount = 3; in PerformMainTests()
5568 switch(ConfigType) in PerformMainTests()
5627 if(ConfigType >= CONFIG_TYPE_LARGE) ++buffersVsImagesCount; in PerformMainTests()
5641 if(ConfigType >= CONFIG_TYPE_LARGE) ++smallVsLargeCount; in PerformMainTests()
5660 if(ConfigType >= CONFIG_TYPE_SMALL) ++constantSizesCount; in PerformMainTests()
[all …]
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc2268 using ConfigType = IceCandidatePairConfigType; in GetIceEvents() typedef
2275 std::map<ConfigType, Combined> config_map( in GetIceEvents()
2276 {{ConfigType::kAdded, Combined::kAdded}, in GetIceEvents()
2277 {ConfigType::kUpdated, Combined::kUpdated}, in GetIceEvents()
2278 {ConfigType::kDestroyed, Combined::kDestroyed}, in GetIceEvents()
2279 {ConfigType::kSelected, Combined::kSelected}}); in GetIceEvents()