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

  /external/chromium_org/cc/test/
ordered_texture_map.h 36 TextureMap;
39 TextureMap textures_;
ordered_texture_map.cc 34 TextureMap::iterator map_it = textures_.find(id);
  /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 84 typedef std::map<Texture*, TextureVersion> TextureMap;
85 TextureMap textures_;
mailbox_synchronizer.cc 94 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);
stream_texture_manager_in_process_android.cc 163 TextureMap::const_iterator it = textures_.find(stream_id);
texture_manager.h 782 typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap;
783 TextureMap textures_;
texture_manager.cc     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ResourceManager.h 95 typedef std::unordered_map<GLuint, Texture*> TextureMap;
96 TextureMap mTextureMap;
Context.h 276 typedef std::map< GLenum, BindingPointer<Texture> > TextureMap;
277 TextureMap mZeroTextures;
278 TextureMap mIncompleteTextures;
ResourceManager.cpp 208 TextureMap::iterator textureObject = mTextureMap.find(texture);
286 TextureMap::iterator texture = mTextureMap.find(handle);
Context.cpp 165 for (TextureMap::iterator i = mIncompleteTextures.begin(); i != mIncompleteTextures.end(); i++)
171 for (TextureMap::iterator i = mZeroTextures.begin(); i != mZeroTextures.end(); i++)
    [all...]
  /external/chromium_org/ppapi/proxy/
video_decoder_resource.h 145 typedef base::hash_map<uint32_t, Texture> TextureMap;
146 TextureMap textures_;
video_decoder_resource.cc 79 TextureMap::iterator it = textures_.begin();
520 TextureMap::iterator it = textures_.find(picture.texture_id);
  /external/deqp/modules/glshared/
glsFboUtil.hpp 353 typedef std::map<glw::GLuint, const Texture*> TextureMap;
362 TextureMap textures;
glsFboUtil.cpp 399 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/
resource_provider_unittest.cc 159 typedef base::hash_map<unsigned, scoped_refptr<TestTexture> > TextureMap;
160 TextureMap textures_;
    [all...]

Completed in 497 milliseconds