Searched defs:ContextAttribValueFmt (Results 1 – 1 of 1) sorted by relevance
46 struct ContextAttribValueFmt struct48 deUint32 attribute;49 int value;50 ContextAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ContextAttribValueFmt() function