Searched refs:TextureMap (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/cc/test/
H A Dordered_texture_map.h36 TextureMap; typedef in class:cc::OrderedTextureMap
39 TextureMap textures_;
H A Dordered_texture_map.cc34 TextureMap::iterator map_it = textures_.find(id);
/external/chromium_org/gpu/command_buffer/service/
H A Dstream_texture_manager_in_process_android.h39 typedef std::map<uint32, scoped_refptr<gfx::SurfaceTexture> > TextureMap; typedef in class:gpu::StreamTextureManagerInProcess
40 TextureMap textures_;
H A Dmailbox_synchronizer.h84 typedef std::map<Texture*, TextureVersion> TextureMap; typedef in class:gpu::gles2::MailboxSynchronizer
85 TextureMap textures_;
H A Dmailbox_synchronizer.cc94 for (TextureMap::iterator it = textures_.begin(); it != textures_.end();
109 for (TextureMap::iterator it = textures_.begin(); it != textures_.end();
136 TextureMap::iterator it = textures_.find(texture);
161 TextureMap::iterator it = textures_.find(texture);
263 TextureMap::iterator it = textures_.find(texture);
H A Dstream_texture_manager_in_process_android.cc163 TextureMap::const_iterator it = textures_.find(stream_id);
H A Dtexture_manager.h782 typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap; typedef in class:gpu::gles2::TextureManager
783 TextureMap textures_;
H A Dtexture_manager.cc1163 std::pair<TextureMap::iterator, bool> result =
1171 TextureMap::const_iterator it = textures_.find(client_id);
1176 TextureMap::iterator it = textures_.find(client_id);
1239 for (TextureMap::const_iterator it = textures_.begin();
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DResourceManager.h95 typedef std::unordered_map<GLuint, Texture*> TextureMap; typedef in class:gl::ResourceManager
96 TextureMap mTextureMap;
H A DContext.h276 typedef std::map< GLenum, BindingPointer<Texture> > TextureMap; typedef in class:gl::Context
277 TextureMap mZeroTextures;
278 TextureMap mIncompleteTextures;
H A DResourceManager.cpp208 TextureMap::iterator textureObject = mTextureMap.find(texture);
286 TextureMap::iterator texture = mTextureMap.find(handle);
H A DContext.cpp165 for (TextureMap::iterator i = mIncompleteTextures.begin(); i != mIncompleteTextures.end(); i++)
171 for (TextureMap::iterator i = mZeroTextures.begin(); i != mZeroTextures.end(); i++)
/external/chromium_org/ppapi/proxy/
H A Dvideo_decoder_resource.h145 typedef base::hash_map<uint32_t, Texture> TextureMap; typedef in class:ppapi::proxy::VideoDecoderResource
146 TextureMap textures_;
H A Dvideo_decoder_resource.cc79 TextureMap::iterator it = textures_.begin();
520 TextureMap::iterator it = textures_.find(picture.texture_id);
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp353 typedef std::map<glw::GLuint, const Texture*> TextureMap; typedef in namespace:deqp::gls::FboUtil::config
362 TextureMap textures;
H A DglsFboUtil.cpp399 for (TextureMap::const_iterator it = fboConfig.textures.begin();
540 for (TextureMap::const_iterator it = cfg.textures.begin();
577 for (TextureMap::const_iterator it = textures.begin(); it != textures.end(); it++)
/external/chromium_org/cc/resources/
H A Dresource_provider_unittest.cc159 typedef base::hash_map<unsigned, scoped_refptr<TestTexture> > TextureMap;
160 TextureMap textures_;

Completed in 263 milliseconds