Lines Matching refs:testFailed
88 bool testFailed = false;
93 testFailed = program.getProgramInfo().linkOk;
95 if (testFailed)
105 bool testFailed = false;
110 testFailed = program.getShaderInfo(shaderType).compileOk;
112 if (testFailed)
684 bool testFailed = false;
688 testFailed = (program.getProgramInfo().linkOk) && (program.getShaderInfo(glu::SHADERTYPE_COMPUTE).compileOk);
690 if (testFailed)
784 bool testFailed = false;
789 testFailed = (program.getProgramInfo().linkOk) && (program.getShaderInfo(glu::SHADERTYPE_COMPUTE).compileOk);
791 if (testFailed)