Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/service/
Dprogram_manager.h196 bind_attrib_location_map_[attrib] = location; in SetAttribLocationBinding()
227 return bind_attrib_location_map_; in bind_attrib_location_map()
347 LocationMap bind_attrib_location_map_; variable
Dprogram_manager.cc516 for (LocationMap::const_iterator it = bind_attrib_location_map_.begin(); in ExecuteBindAttribLocationCalls()
517 it != bind_attrib_location_map_.end(); ++it) { in ExecuteBindAttribLocationCalls()
574 &bind_attrib_location_map_); in Link()
583 &bind_attrib_location_map_, in Link()
612 &bind_attrib_location_map_, in Link()
994 for (LocationMap::const_iterator it = bind_attrib_location_map_.begin(); in DetectAttribLocationBindingConflicts()
995 it != bind_attrib_location_map_.end(); ++it) { in DetectAttribLocationBindingConflicts()