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

  /external/deqp/modules/egl/
teglSwapBuffersTests.cpp 145 string programInfoLog;
202 programInfoLog.resize(infoLogLength, '\0');
204 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
207 programInfoLog.resize(infoLogLength);
213 log.startShaderProgram(linkStatus != 0, programInfoLog.c_str());
teglNativeColorMappingTests.cpp 113 string programInfoLog;
170 programInfoLog.resize(infoLogLength, '\0');
172 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
175 programInfoLog.resize(infoLogLength);
181 log.startShaderProgram(linkStatus != 0, programInfoLog.c_str());
teglNativeCoordMappingTests.cpp 113 string programInfoLog;
170 programInfoLog.resize(infoLogLength, '\0');
172 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
175 programInfoLog.resize(infoLogLength);
181 log.startShaderProgram(linkStatus != 0, programInfoLog.c_str());
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 362 const string programInfoLog = getProgramInfoLog(gl, program);
368 log << TestLog::Message << programInfoLog << TestLog::EndMessage;
    [all...]

Completed in 774 milliseconds