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

  /external/deqp/framework/opengl/
gluCallLogWrapper.cpp 72 inline StringFmt getStringStr (const char* value) { return StringFmt(value); }
73 inline StringFmt getStringStr (const glw::GLubyte* value) { return StringFmt((const char*)value); }
gluCallLogWrapper.inl 59 m_log << TestLog::Message << "glBindAttribLocation(" << program << ", " << index << ", " << getStringStr(name) << ");" << TestLog::EndMessage;
101 m_log << TestLog::Message << "glBindFragDataLocation(" << program << ", " << color << ", " << getStringStr(name) << ");" << TestLog::EndMessage;
108 m_log << TestLog::Message << "glBindFragDataLocationIndexed(" << program << ", " << colorNumber << ", " << index << ", " << getStringStr(name) << ");" << TestLog::EndMessage;
    [all...]
  /external/deqp/framework/egl/
egluCallLogWrapper.cpp 125 inline StringFmt getStringStr (const char* value) { return StringFmt(value); }
egluCallLogWrapper.inl 359 m_log << TestLog::Message << "eglGetProcAddress(" << getStringStr(procname) << ");" << TestLog::EndMessage;
446 m_log << TestLog::Message << "// " << getStringStr(returnValue) << " returned" << TestLog::EndMessage;

Completed in 65 milliseconds