Searched refs:logLength (Results 1 – 5 of 5) sorted by relevance
570 StateQueryMemoryWriteGuard<GLint> logLength; in test() local571 glGetShaderiv(shader, GL_INFO_LOG_LENGTH, &logLength); in test()572 if (!logLength.verifyValidity(m_testCtx)) in test()577 if (logLength == 0) in test()591 if (logLength <= DE_LENGTH_OF_ARRAY(buffer)) in test()593 if (written != logLength-1) in test()595 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected length " << logLength-1 << "; got " … in test()603 if (logLength < DE_LENGTH_OF_ARRAY(buffer)) in test()997 StateQueryMemoryWriteGuard<GLint> logLength; in test() local998 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &logLength); in test()[all …]
734 StateQueryMemoryWriteGuard<GLint> logLength; in test() local735 glGetShaderiv(shader, GL_INFO_LOG_LENGTH, &logLength); in test()736 if (!logLength.verifyValidity(m_testCtx)) in test()741 if (logLength == 0) in test()755 if (logLength <= DE_LENGTH_OF_ARRAY(buffer)) in test()757 if (written != logLength-1) in test()759 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected length " << logLength-1 << "; got " … in test()767 if (logLength < DE_LENGTH_OF_ARRAY(buffer)) in test()1247 StateQueryMemoryWriteGuard<GLint> logLength; in test() local1248 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &logLength); in test()[all …]
1895 size_t logLength = strlen(infoLog); in appendToInfoLog() local1896 char *newLog = new char[logLength + infoLength + 2]; in appendToInfoLog()1898 strcpy(newLog + logLength, info); in appendToInfoLog()1899 strcpy(newLog + logLength + infoLength, "\n"); in appendToInfoLog()
2403 size_t logLength = strlen(infoLog); in appendToInfoLog() local2404 char *newLog = new char[logLength + infoLength + 2]; in appendToInfoLog()2406 strcpy(newLog + logLength, info); in appendToInfoLog()2407 strcpy(newLog + logLength + infoLength, "\n"); in appendToInfoLog()
META-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...