Home | History | Annotate | Download | only in functional

Lines Matching defs:queryString

1103 				const std::string	queryString	= referenceResources[ndx].substr(0, referenceResources[ndx].length()-3);
1104 const glw::GLuint index = gl.getProgramResourceIndex(program, programInterface, queryString.c_str());
1109 m_testCtx.getLog() << tcu::TestLog::Message << "Error, query for \"" << queryString << "\" resulted in index GL_INVALID_INDEX." << tcu::TestLog::EndMessage;
1114 m_testCtx.getLog() << tcu::TestLog::Message << "Error, query for \"" << queryString << "\" resulted in index " << index << " (larger or equal to GL_ACTIVE_RESOURCES)." << tcu::TestLog::EndMessage;
1117 else if (resourceList[index] != queryString + "[0]")
1119 m_testCtx.getLog() << tcu::TestLog::Message << "Error, query for \"" << queryString << "\" got index (index = " << index << ") of another resource (\"" << resourceList[index] << "\")." << tcu::TestLog::EndMessage;