Searched refs:MappedTextureMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h763 typedef std::map<const void*, MappedTexture> MappedTextureMap; typedef in class:gpu::gles2::GLES2Implementation
764 MappedTextureMap mapped_textures_;
H A Dgles2_implementation.cc3036 std::pair<MappedTextureMap::iterator, bool> result =
3051 MappedTextureMap::iterator it = mapped_textures_.find(mem);

Completed in 85 milliseconds