Searched refs:ConfigType (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigList.hpp | 37 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;
|
D | glcConfigListCase.cpp | 35 static const char* getConfigTypeName(ConfigType type) in getConfigTypeName()
|
/external/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 202 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/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 202 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()
|