Searched refs:TextureMap (Results 1 – 15 of 15) 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()218 TextureMap::iterator it = textures_.find(texture); in PullTextureUpdates()
39 typedef std::map<uint32, scoped_refptr<gfx::SurfaceTexture> > TextureMap; typedef40 TextureMap textures_;
79 typedef std::map<Texture*, TextureVersion> TextureMap; typedef80 TextureMap textures_;
144 TextureMap::const_iterator it = textures_.find(stream_id); in GetSurfaceTexture()
782 typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap; typedef783 TextureMap textures_;
1199 std::pair<TextureMap::iterator, bool> result = in CreateTexture()1207 TextureMap::const_iterator it = textures_.find(client_id); in GetTexture()1212 TextureMap::iterator it = textures_.find(client_id); in RemoveTexture()1275 for (TextureMap::const_iterator it = textures_.begin(); in GetTextureForServiceId()
36 TextureMap; typedef39 TextureMap textures_;
34 TextureMap::iterator map_it = textures_.find(id); in Remove()
96 typedef std::unordered_map<GLuint, Texture*> TextureMap; typedef97 TextureMap mTextureMap;
210 TextureMap::iterator textureObject = mTextureMap.find(texture); in deleteTexture()288 TextureMap::iterator texture = mTextureMap.find(handle); in getTexture()
140 typedef base::hash_map<uint32_t, Texture> TextureMap; typedef141 TextureMap textures_;
79 TextureMap::iterator it = textures_.begin(); in ~VideoDecoderResource()507 TextureMap::iterator it = textures_.find(picture.texture_id); in WriteNextPicture()
353 typedef std::map<glw::GLuint, const Texture*> TextureMap; typedef362 TextureMap textures;
399 for (TextureMap::const_iterator it = fboConfig.textures.begin(); in validStatusCodes()540 for (TextureMap::const_iterator it = cfg.textures.begin(); in logFramebufferConfig()577 for (TextureMap::const_iterator it = textures.begin(); it != textures.end(); it++) in ~FboBuilder()
147 typedef base::hash_map<unsigned, scoped_refptr<TestTexture> > TextureMap; typedef in cc::__anonf52bb1b30111::ContextSharedData148 TextureMap textures_;