Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluStrUtil.hpp46 struct ContextAttribValueFmt struct
48 deUint32 attribute;
49 int value;
50 ContextAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ContextAttribValueFmt() function