Searched refs:programInfoLog (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/egl/
H A DteglSwapBuffersTests.cpp143 string programInfoLog; local
200 programInfoLog.resize(infoLogLength, '\0');
202 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
205 programInfoLog.resize(infoLogLength);
211 log.startShaderProgram(linkStatus != 0, programInfoLog.c_str());
H A DteglNativeColorMappingTests.cpp108 string programInfoLog; local
165 programInfoLog.resize(infoLogLength, '\0');
167 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
170 programInfoLog.resize(infoLogLength);
176 log.startShaderProgram(linkStatus != 0, programInfoLog.c_str());
H A DteglNativeCoordMappingTests.cpp108 string programInfoLog; local
165 programInfoLog.resize(infoLogLength, '\0');
167 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
170 programInfoLog.resize(infoLogLength);
176 log.startShaderProgram(linkStatus != 0, programInfoLog.c_str());
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp362 const string programInfoLog = getProgramInfoLog(gl, program); local
368 log << TestLog::Message << programInfoLog << TestLog::EndMessage;

Completed in 476 milliseconds