Searched refs:mapIter (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderBallotTests.cpp334 std::map<std::string, std::string>::const_iterator mapIter; local
335 for (mapIter = pipeline.getSpecializationMap().begin(); mapIter != pipeline.getSpecializationMap().end();
336 mapIter++)
337 m_specializationMap[mapIter->first] = mapIter->second;

Completed in 145 milliseconds