Searched defs:ConfigAttribValueFmt (Results 1 – 1 of 1) sorted by relevance
32 struct ConfigAttribValueFmt struct34 deUint32 attribute;35 int value;36 ConfigAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ConfigAttribValueFmt() argument