Searched refs:mHashedResources (Results 1 – 1 of 1) sorted by relevance
34 auto it = mHashedResources.find(handle); in query()35 return (it == mHashedResources.end() ? nullptr : it->second); in query()109 HashMap mHashedResources; variable135 return (mHashedResources.find(handle) != mHashedResources.end()); in contains()154 auto it = mHashedResources.find(handle); in erase()155 if (it == mHashedResources.end()) in erase()160 mHashedResources.erase(it); in erase()194 mHashedResources[handle] = resource; in assign()202 return Iterator(*this, nextResource(0, true), mHashedResources.begin(), true); in begin()208 return Iterator(*this, static_cast<GLuint>(mFlatResourcesSize), mHashedResources.end(), true); in end()[all …]