OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConfigAttribValueStr
(Results
1 - 6
of
6
) sorted by null
/external/deqp/framework/egl/
egluStrUtil.hpp
71
inline ConfigAttribValueFmt
getConfigAttribValueStr
(deUint32 attribute, int value) { return ConfigAttribValueFmt(attribute, value); }
egluStrUtil.cpp
172
str << attribName << ", " <<
getConfigAttribValueStr
(attrib, fmt.attribs[pos+1]);
egluCallLogWrapper.cpp
142
return str <<
getConfigAttribValueStr
(fmt.attrib, *fmt.value);
/external/deqp/modules/egl/
teglGetProcAddressTests.cpp
245
log << TestLog::Message << eglu::
getConfigAttribValueStr
(EGL_RENDERABLE_TYPE, m_apiBit) << " not supported by any available configuration." << TestLog::EndMessage;
teglChooseConfigTests.cpp
84
log << TestLog::Message << " " << attribStr << ": " << eglu::
getConfigAttribValueStr
(attrib, value) << TestLog::EndMessage;
teglQueryConfigTests.cpp
50
log << TestLog::Message << " " << eglu::getConfigAttribName(attrib) << ": " << eglu::
getConfigAttribValueStr
(attrib, value) << TestLog::EndMessage;
Completed in 66 milliseconds