Lines Matching refs:result
1360 const bool result = tcu::fuzzyCompare(
1361 m_testCtx.getLog(), "Program pipeline result",
1365 m_status.check(result, "Pipeline rendering differs from equivalent monolithic program");
1395 bool result = tcu::pixelThresholdCompare(
1396 m_testCtx.getLog(), "Active program rendering result",
1397 "Active program rendering result",
1400 m_status.check(result, "glBindProgramPipeline() affects glUseProgram()");
1401 if (!result)
1458 bool result = tcu::fuzzyCompare(
1459 m_testCtx.getLog(), "Active program uniform result",
1460 "Active program uniform result",
1463 m_status.check(result,