Searched refs:hashToShaderVariant_ (Results 1 – 2 of 2) sorted by relevance
538 hashToShaderVariant_[hash] = clientHandle; in Create()625 hashToShaderVariant_[hash] = clientHandle; in Create()893 … if (const auto iter = hashToShaderVariant_.find(hash); iter != hashToShaderVariant_.cend()) { in GetShaderHandle()
348 BASE_NS::unordered_map<uint64_t, RenderHandle> hashToShaderVariant_; variable