Searched defs:SurfaceAttribValueFmt (Results 1 – 1 of 1) sorted by relevance
39 struct SurfaceAttribValueFmt struct41 deUint32 attribute;42 int value;43 SurfaceAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in SurfaceAttribValueFmt() function