Home | History | Annotate | Download | only in functional

Lines Matching refs:blockName

304 	const std::string	blockName		= tokenizer.getIdentifier();
336 if (m_filter.matchesFilter(block) && block.interfaceName == blockName)
614 const std::string blockName (&nameBuffer[0], written);
621 m_testCtx.getLog() << tcu::TestLog::Message << "Block name with index " << propValue << " is \"" << blockName << "\"" << tcu::TestLog::EndMessage;
622 if (blockName != expectedName.str())
1283 const std::string blockName = glu::parseVariableName(resource.c_str());
1298 if (m_filter.matchesFilter(block) && block.interfaceName == blockName)