Home
last modified time | relevance | path

Searched refs:TextureMap (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dmailbox_synchronizer.cc89 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()
Dmailbox_synchronizer.h79 typedef std::map<Texture*, TextureVersion> TextureMap; typedef
80 TextureMap textures_;
Dstream_texture_manager_in_process_android.h63 typedef std::map<uint32, linked_ptr<StreamTextureImpl> > TextureMap; typedef
64 TextureMap textures_;
Dstream_texture_manager_in_process_android.cc73 TextureMap::const_iterator it = textures_.find(service_id); in LookupStreamTexture()
83 for (TextureMap::iterator it = textures_.begin(); it != textures_.end(); in GetSurfaceTexture()
Dtexture_manager.h792 typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap; typedef
793 TextureMap textures_;
Dtexture_manager.cc1148 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()
/external/chromium_org/cc/test/
Dordered_texture_map.h36 TextureMap; typedef
39 TextureMap textures_;
Dordered_texture_map.cc34 TextureMap::iterator map_it = textures_.find(id); in Remove()
/external/chromium_org/third_party/angle/src/libGLESv2/
DResourceManager.h97 typedef HASH_MAP<GLuint, Texture*> TextureMap; typedef
98 TextureMap mTextureMap;
DResourceManager.cpp178 TextureMap::iterator textureObject = mTextureMap.find(texture); in deleteTexture()
232 TextureMap::iterator texture = mTextureMap.find(handle); in getTexture()
/external/chromium_org/content/common/gpu/
Dstream_texture_manager_android.h100 typedef IDMap<StreamTextureAndroid, IDMapOwnPointer> TextureMap; typedef
101 TextureMap textures_;
Dstream_texture_manager_android.cc85 for (TextureMap::Iterator<StreamTextureAndroid> it(&textures_); in DestroyStreamTexture()
/external/chromium_org/cc/resources/
Dresource_provider_unittest.cc145 typedef base::hash_map<unsigned, scoped_refptr<TestTexture> > TextureMap; typedef in cc::__anonc867ad390111::ContextSharedData
146 TextureMap textures_;