Home
last modified time | relevance | path

Searched refs:TargetTextureMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.h386 typedef base::hash_map<GLenum, GLuint> TargetTextureMap; typedef
387 TargetTextureMap bound_textures_;
Dtest_web_graphics_context_3d.cc713 for (TargetTextureMap::iterator it = bound_textures_.begin(); in UnbindTexture()