Searched refs:startShaderProgram (Results 1 – 7 of 7) sorted by relevance
148 void startShaderProgram (bool linkOk, const char* linkInfoLog);504 log.startShaderProgram(m_linkOk, m_linkInfoLog.c_str()); in write()
384 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()
449 log.startShaderProgram(linkStatus != 0, programInfoLog.c_str()); in createGLES2Program()
2766 log.startShaderProgram( in iterate()2787 log.startShaderProgram(false, str.str().c_str()); in iterate()