Searched refs:startShaderProgram (Results 1 – 7 of 7) sorted by relevance
146 void startShaderProgram (bool linkOk, const char* linkInfoLog);502 log.startShaderProgram(m_linkOk, m_linkInfoLog.c_str()); in write()
378 void TestLog::startShaderProgram (bool linkOk, const char* linkInfoLog) in startShaderProgram() function in tcu::TestLog
213 log.startShaderProgram(linkStatus != 0, programInfoLog.c_str()); in createGLES2Program()
181 log.startShaderProgram(linkStatus != 0, programInfoLog.c_str()); in createGLES2Program()
452 log.startShaderProgram(linkStatus != 0, programInfoLog.c_str()); in createGLES2Program()
2766 log.startShaderProgram( in iterate()2787 log.startShaderProgram(false, str.str().c_str()); in iterate()