HomeSort by relevance Sort by last modified time
    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 178 str << attribName << ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]);
egluCallLogWrapper.cpp 139 return str << getConfigAttribValueStr(fmt.attrib, *fmt.value);
  /external/deqp/modules/egl/
teglGetProcAddressTests.cpp 238 log << TestLog::Message << eglu::getConfigAttribValueStr(EGL_RENDERABLE_TYPE, m_apiBit) << " not supported by any available configuration." << TestLog::EndMessage;
teglChooseConfigTests.cpp 79 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 1127 milliseconds