Home
last modified time | relevance | path

Searched defs:SurfaceAttribValueFmt (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/egl/
DegluStrUtil.hpp39 struct SurfaceAttribValueFmt struct
41 deUint32 attribute;
42 int value;
43 SurfaceAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in SurfaceAttribValueFmt() function