Lines Matching refs:pname
2482 static bool checkLimit (glw::GLenum pname, int usage, const glw::Functions& gl, tcu::TestLog& log)
2487 gl.getIntegerv(pname, &limit);
2490 log << tcu::TestLog::Message << "\t" << glu::getGettableStateStr(pname) << " = " << limit << ", test requires " << usage << tcu::TestLog::EndMessage;
2512 glw::GLenum pname;
2533 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2542 glw::GLenum pname;
2562 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2571 glw::GLenum pname;
2589 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2599 glw::GLenum pname;
2620 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2630 glw::GLenum pname;
2652 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2661 glw::GLenum pname;
2682 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2699 glw::GLenum pname;
2734 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);