Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/egl/
DegluStrUtil.hpp32 struct ConfigAttribValueFmt struct
34 deUint32 attribute;
35 int value;
36 ConfigAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ConfigAttribValueFmt() argument