Home
last modified time | relevance | path

Searched refs:TextureMap (Results 1 – 15 of 15) 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()
218 TextureMap::iterator it = textures_.find(texture); in PullTextureUpdates()
Dstream_texture_manager_in_process_android.h39 typedef std::map<uint32, scoped_refptr<gfx::SurfaceTexture> > TextureMap; typedef
40 TextureMap textures_;
Dmailbox_synchronizer.h79 typedef std::map<Texture*, TextureVersion> TextureMap; typedef
80 TextureMap textures_;
Dstream_texture_manager_in_process_android.cc144 TextureMap::const_iterator it = textures_.find(stream_id); in GetSurfaceTexture()
Dtexture_manager.h782 typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap; typedef
783 TextureMap textures_;
Dtexture_manager.cc1199 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()
/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.h96 typedef std::unordered_map<GLuint, Texture*> TextureMap; typedef
97 TextureMap mTextureMap;
DResourceManager.cpp210 TextureMap::iterator textureObject = mTextureMap.find(texture); in deleteTexture()
288 TextureMap::iterator texture = mTextureMap.find(handle); in getTexture()
/external/chromium_org/ppapi/proxy/
Dvideo_decoder_resource.h140 typedef base::hash_map<uint32_t, Texture> TextureMap; typedef
141 TextureMap textures_;
Dvideo_decoder_resource.cc79 TextureMap::iterator it = textures_.begin(); in ~VideoDecoderResource()
507 TextureMap::iterator it = textures_.find(picture.texture_id); in WriteNextPicture()
/external/deqp/modules/glshared/
DglsFboUtil.hpp353 typedef std::map<glw::GLuint, const Texture*> TextureMap; typedef
362 TextureMap textures;
DglsFboUtil.cpp399 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()
/external/chromium_org/cc/resources/
Dresource_provider_unittest.cc147 typedef base::hash_map<unsigned, scoped_refptr<TestTexture> > TextureMap; typedef in cc::__anonf52bb1b30111::ContextSharedData
148 TextureMap textures_;