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

  /external/chromium_org/gpu/command_buffer/service/
vertex_array_manager.cc 22 DCHECK(vertex_attrib_managers_.empty());
28 vertex_attrib_managers_.clear();
36 vertex_attrib_managers_.insert(
43 VertexAttribManagerMap::iterator it = vertex_attrib_managers_.find(client_id);
44 return it != vertex_attrib_managers_.end() ? it->second.get() : NULL;
48 VertexAttribManagerMap::iterator it = vertex_attrib_managers_.find(client_id);
49 if (it != vertex_attrib_managers_.end()) {
52 vertex_attrib_managers_.erase(it);
70 vertex_attrib_managers_.begin();
71 it != vertex_attrib_managers_.end(); ++it)
    [all...]
vertex_array_manager.h 53 VertexAttribManagerMap vertex_attrib_managers_; member in class:gpu::gles2::VertexArrayManager

Completed in 29 milliseconds