Searched defs:TextureMap (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/test/
H A Dordered_texture_map.h36 TextureMap; typedef in class:cc::OrderedTextureMap
39 TextureMap textures_;
/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 Dtexture_manager.h782 typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap; typedef in class:gpu::gles2::TextureManager
783 TextureMap textures_;
/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;
/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_;
/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;

Completed in 3228 milliseconds