OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConfigAttribValueFmt
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/egl/
egluStrUtil.hpp
32
struct
ConfigAttribValueFmt
36
ConfigAttribValueFmt
(deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {}
71
inline
ConfigAttribValueFmt
getConfigAttribValueStr (deUint32 attribute, int value) { return
ConfigAttribValueFmt
(attribute, value); }
72
std::ostream& operator<< (std::ostream& str, const
ConfigAttribValueFmt
& attribFmt);
egluStrUtil.cpp
30
std::ostream& operator<< (std::ostream& str, const
ConfigAttribValueFmt
& attribFmt)
Completed in 87 milliseconds