HomeSort by relevance Sort by last modified time
    Searched refs:TextureMap (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/cc/test/
ordered_texture_map.h 36 TextureMap;
39 TextureMap textures_;
ordered_texture_map.cc 34 TextureMap::iterator map_it = textures_.find(id);
  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.h 100 typedef IDMap<StreamTextureAndroid, IDMapOwnPointer> TextureMap;
101 TextureMap textures_;
stream_texture_manager_android.cc 85 for (TextureMap::Iterator<StreamTextureAndroid> it(&textures_);
  /external/chromium_org/gpu/command_buffer/service/
mailbox_synchronizer.h 79 typedef std::map<Texture*, TextureVersion> TextureMap;
80 TextureMap textures_;
stream_texture_manager_in_process_android.h 63 typedef std::map<uint32, linked_ptr<StreamTextureImpl> > TextureMap;
64 TextureMap textures_;
stream_texture_manager_in_process_android.cc 73 TextureMap::const_iterator it = textures_.find(service_id);
83 for (TextureMap::iterator it = textures_.begin(); it != textures_.end();
mailbox_synchronizer.cc 89 for (TextureMap::iterator it = textures_.begin(); it != textures_.end();
104 for (TextureMap::iterator it = textures_.begin(); it != textures_.end();
131 TextureMap::iterator it = textures_.find(texture);
155 TextureMap::iterator it = textures_.find(texture);
215 TextureMap::iterator it = textures_.find(texture);
texture_manager.h 792 typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap;
793 TextureMap textures_;
texture_manager.cc     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ResourceManager.h 97 typedef HASH_MAP<GLuint, Texture*> TextureMap;
98 TextureMap mTextureMap;
ResourceManager.cpp 178 TextureMap::iterator textureObject = mTextureMap.find(texture);
232 TextureMap::iterator texture = mTextureMap.find(handle);
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 145 typedef base::hash_map<unsigned, scoped_refptr<TestTexture> > TextureMap;
146 TextureMap textures_;
    [all...]

Completed in 210 milliseconds