Lines Matching refs:name
99 const char* name,
113 static float getExpectedValue (glu::DataType type, int id, const char* name);
148 const char* name,
151 : TestCase (context, name, desc)
193 float UniformLocationCase::getExpectedValue (glu::DataType type, int id, const char* name)
195 const deUint32 hash = deStringHash(name) + deInt32Hash(id);
393 const string name = getUniformName(uniformNdx, uniformInfo.type, subTypeIter.getPath());
394 const int gotLoc = gl.getUniformLocation(programID, name.c_str());
404 log << TestLog::Message << "ERROR: found uniform " << name << " in location " << gotLoc << " when it should have been in " << expectLoc << TestLog::EndMessage;
411 log << TestLog::Message << "ERROR: expected uniform " << name << " in location " << gotLoc << " but it has already been used" << TestLog::EndMessage;
422 log << TestLog::Message << "ERROR: found uniform " << name << " in location " << gotLoc << " which has already been used" << TestLog::EndMessage;
590 const string name = getUniformName(uniformNdx, uniformInfo.type, subTypeIter.getPath());
591 const int gotLoc = gl.getUniformLocation(programID, name.c_str());
609 m_testCtx.getLog() << tcu::TestLog::Message << "Set uniform " << name << " in location " << gotLoc << " to " << expectedValue << tcu::TestLog::EndMessage;
691 const char* name,
700 const char* name,
703 : UniformLocationCase(context, renderContext, name, desc, uniformInfo)
800 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx];
811 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));
829 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx];
840 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));
857 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx];
870 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));
885 const string name = "case_" + de::toString(caseNdx);
910 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));
926 const string name = "case_" + de::toString(caseNdx);
1021 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));
1038 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx];
1047 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), (name+"_min").c_str(), (name+"_min").c_str(), config));
1049 group->addChild(new MaxUniformLocationCase (m_testCtx, m_context.getRenderContext(), (name+"_max").c_str(), (name+"_max").c_str(), config));
1063 const string name = "case_" + de::toString(caseNdx);
1085 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));