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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h753 typedef std::map<uint32, std::set<std::string> > GLStringMap; typedef in class:gpu::gles2::GLES2Implementation
754 GLStringMap gl_strings_;
H A Dgles2_implementation.cc2227 GLStringMap::iterator it = gl_strings_.find(name);
2230 std::pair<GLStringMap::iterator, bool> insert_result =

Completed in 1124 milliseconds