Searched refs:hashToIndex (Results 1 – 3 of 3) sorted by relevance
729 [index](auto const& hashToIndex) { return hashToIndex.second == index; }); in BeginBackendFrame() argument
952 graphicsStates_.hashToIndex[hash] = arrayIndex; in CreateGraphicsState()968 graphicsStates_.hashToIndex[hash] = arrayIndex; in CreateGraphicsState()1050 …if (const auto iter = graphicsStates_.hashToIndex.find(hash); iter != graphicsStates_.hashToIndex.… in GetGraphicsStateHandleByHash()1750 eraseIndexData(graphicsStates_.hashToIndex, index); in DestroyGraphicsState()
335 BASE_NS::unordered_map<uint64_t, uint32_t> hashToIndex; member