HomeSort by relevance Sort by last modified time
    Searched defs:TextureMap (Results 1 - 6 of 6) 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 63 typedef std::map<uint32, linked_ptr<StreamTextureImpl> > TextureMap;
64 TextureMap textures_;
mailbox_synchronizer.h 79 typedef std::map<Texture*, TextureVersion> TextureMap;
80 TextureMap textures_;
texture_manager.h 792 typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap;
793 TextureMap textures_;
  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.h 100 typedef IDMap<StreamTextureAndroid, IDMapOwnPointer> TextureMap;
101 TextureMap textures_;
  /external/chromium_org/third_party/angle/src/libGLESv2/
ResourceManager.h 97 typedef HASH_MAP<GLuint, Texture*> TextureMap;
98 TextureMap mTextureMap;

Completed in 236 milliseconds