HomeSort by relevance Sort by last modified time
    Searched refs:getContextAttribValueStr (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/egl/
egluStrUtil.hpp 77 inline ContextAttribValueFmt getContextAttribValueStr (deUint32 attribute, int value) { return ContextAttribValueFmt(attribute, value); }
egluStrUtil.cpp 252 str << attribName << ", " << getContextAttribValueStr(attrib, fmt.attribs[pos+1]);
egluCallLogWrapper.cpp 162 return str << getContextAttribValueStr(fmt.attrib, *fmt.value);

Completed in 391 milliseconds