Searched refs:uniqueId (Results 1 – 2 of 2) sorted by relevance
89 bool operator() (const internal::MaterialKeyValue& keyValue, const u32 uniqueId) in operator ()()91 return keyValue.uniqueId < uniqueId; in operator ()()94 bool operator() (const u32 uniqueId, const internal::MaterialKeyValue& keyValue) in operator ()()96 return keyValue.uniqueId > uniqueId; in operator ()()139 materialKeyValue.uniqueId = uniquePtrId; in Generate()146 (*iter).uniqueId = uniquePtrId; in Generate()186 equal_range(m_Materials.begin(), m_Materials.end(), (*shaderIter).uniqueId, in Generate()
33 u32 uniqueId; member