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

  /external/chromium_org/cc/test/
ordered_texture_map.h 36 TextureMap;
39 TextureMap textures_;
  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager_in_process_android.h 39 typedef std::map<uint32, scoped_refptr<gfx::SurfaceTexture> > TextureMap;
40 TextureMap textures_;
mailbox_synchronizer.h 79 typedef std::map<Texture*, TextureVersion> TextureMap;
80 TextureMap textures_;
texture_manager.h 782 typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap;
783 TextureMap textures_;
  /external/chromium_org/third_party/angle/src/libGLESv2/
ResourceManager.h 96 typedef std::unordered_map<GLuint, Texture*> TextureMap;
97 TextureMap mTextureMap;
  /external/chromium_org/ppapi/proxy/
video_decoder_resource.h 140 typedef base::hash_map<uint32_t, Texture> TextureMap;
141 TextureMap textures_;
  /external/deqp/modules/glshared/
glsFboUtil.hpp 353 typedef std::map<glw::GLuint, const Texture*> TextureMap;
362 TextureMap textures;

Completed in 1200 milliseconds