Lines Matching defs:GL_TRUE
536 bool checkCSProg(const glw::Functions& gl, GLuint program, int expectedSep = GL_TRUE, int expectedLink = GL_TRUE)
745 gl.programParameteri(progVF.getProgram(), GL_PROGRAM_SEPARABLE, GL_TRUE);
817 gl.programParameteri(progNoLink.getProgram(), GL_PROGRAM_SEPARABLE, GL_TRUE);
926 gl.programParameteri(progVF.getProgram(), GL_PROGRAM_SEPARABLE, GL_TRUE);
1058 gl.programParameteri(programSep, GL_PROGRAM_SEPARABLE, GL_TRUE);
1074 gl.programParameteri(programSep, GL_PROGRAM_SEPARABLE, GL_TRUE);
1961 gl.programParameteri(progNoLink.getProgram(), GL_PROGRAM_SEPARABLE, GL_TRUE);
2019 bool checkCSProg(const glw::Functions& gl, GLuint program, int expectedLink = GL_TRUE)
2335 gl.programParameteri(progVF.getProgram(), GL_PROGRAM_SEPARABLE, GL_TRUE);
2408 DE_ASSERT(value == GL_TRUE);
2639 bool checkCSProg(const glw::Functions& gl, GLuint program, int expectedLink = GL_TRUE)
2767 false, "Precision mismatch, pipeline validation status GL_TRUE expected GL_FALSE");
2781 if (value != GL_TRUE)
2785 << ", pipeline validation status GL_FALSE expected GL_TRUE";
2796 << ", pipeline validation status GL_TRUE -> OK" << TestLog::EndMessage;
2830 log << TestLog::Message << "Non separable program link status GL_FALSE expected GL_TRUE"