Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()