Searched refs:getStringStr (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.cpp | 72 inline StringFmt getStringStr (const char* value) { return StringFmt(value); } in getStringStr() function 73 inline StringFmt getStringStr (const glw::GLubyte* value) { return StringFmt((const char*)value); } in getStringStr() function
|
D | gluCallLogWrapper.inl | 59 …age << "glBindAttribLocation(" << program << ", " << index << ", " << getStringStr(name) << ");" <… 101 …e << "glBindFragDataLocation(" << program << ", " << color << ", " << getStringStr(name) << ");" <… 108 …dexed(" << program << ", " << colorNumber << ", " << index << ", " << getStringStr(name) << ");" <… 990 … << getDebugMessageSeverityStr(severity) << ", " << length << ", " << getStringStr(buf) << ");" <<… 1751 m_log << TestLog::Message << "// name = " << getStringStr(name) << TestLog::EndMessage; 1795 …m_log << TestLog::Message << "glGetAttribLocation(" << program << ", " << getStringStr(name) << ")… 1936 …m_log << TestLog::Message << "glGetFragDataIndex(" << program << ", " << getStringStr(name) << ");… 1946 …m_log << TestLog::Message << "glGetFragDataLocation(" << program << ", " << getStringStr(name) << … 2354 …rogram << ", " << getProgramInterfaceStr(programInterface) << ", " << getStringStr(name) << ");" <… 2364 …ceLocation(" << program << ", " << toHex(programInterface) << ", " << getStringStr(name) << ");" <… [all …]
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapper.cpp | 125 inline StringFmt getStringStr (const char* value) { return StringFmt(value); } in getStringStr() function
|
D | egluCallLogWrapper.inl | 359 …m_log << TestLog::Message << "eglGetProcAddress(" << getStringStr(procname) << ");" << TestLog::En… 446 …m_log << TestLog::Message << "// " << getStringStr(returnValue) << " returned" << TestLog::EndMess…
|