Searched refs:uniqueId (Results 1 – 2 of 2) sorted by relevance
91 bool operator() (const internal::MaterialKeyValue& keyValue, const u32 uniqueId) in operator ()()93 return keyValue.uniqueId < uniqueId; in operator ()()96 bool operator() (const u32 uniqueId, const internal::MaterialKeyValue& keyValue) in operator ()()98 return keyValue.uniqueId > uniqueId; in operator ()()141 materialKeyValue.uniqueId = uniquePtrId; in Generate()148 (*iter).uniqueId = uniquePtrId; in Generate()188 equal_range(m_Materials.begin(), m_Materials.end(), (*shaderIter).uniqueId, in Generate()
35 u32 uniqueId; member