Searched refs:TextureMap (Results 1 – 13 of 13) sorted by relevance
89 for (TextureMap::iterator it = textures_.begin(); it != textures_.end(); in ReassociateMailboxLocked()104 for (TextureMap::iterator it = textures_.begin(); it != textures_.end(); in GetGroupForMailboxLocked()131 TextureMap::iterator it = textures_.find(texture); in TextureDeleted()155 TextureMap::iterator it = textures_.find(texture); in PushTextureUpdates()215 TextureMap::iterator it = textures_.find(texture); in PullTextureUpdates()
79 typedef std::map<Texture*, TextureVersion> TextureMap; typedef80 TextureMap textures_;
63 typedef std::map<uint32, linked_ptr<StreamTextureImpl> > TextureMap; typedef64 TextureMap textures_;
73 TextureMap::const_iterator it = textures_.find(service_id); in LookupStreamTexture()83 for (TextureMap::iterator it = textures_.begin(); it != textures_.end(); in GetSurfaceTexture()
792 typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap; typedef793 TextureMap textures_;
1148 std::pair<TextureMap::iterator, bool> result = in CreateTexture()1156 TextureMap::const_iterator it = textures_.find(client_id); in GetTexture()1161 TextureMap::iterator it = textures_.find(client_id); in RemoveTexture()1225 for (TextureMap::const_iterator it = textures_.begin(); in GetTextureForServiceId()
36 TextureMap; typedef39 TextureMap textures_;
34 TextureMap::iterator map_it = textures_.find(id); in Remove()
97 typedef HASH_MAP<GLuint, Texture*> TextureMap; typedef98 TextureMap mTextureMap;
178 TextureMap::iterator textureObject = mTextureMap.find(texture); in deleteTexture()232 TextureMap::iterator texture = mTextureMap.find(handle); in getTexture()
100 typedef IDMap<StreamTextureAndroid, IDMapOwnPointer> TextureMap; typedef101 TextureMap textures_;
85 for (TextureMap::Iterator<StreamTextureAndroid> it(&textures_); in DestroyStreamTexture()
145 typedef base::hash_map<unsigned, scoped_refptr<TestTexture> > TextureMap; typedef in cc::__anonc867ad390111::ContextSharedData146 TextureMap textures_;