Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/egl/
H A DegluStrUtil.hpp32 struct ConfigAttribValueFmt struct
34 uint32_t attribute;
35 int value;
36 ConfigAttribValueFmt(uint32_t attribute_, int value_) : attribute(attribute_), value(value_) in ConfigAttribValueFmt() function