Searched refs:attrib_values_ (Results 1 – 2 of 2) sorted by relevance
123 for (iter = attrib_values_.begin(); iter != attrib_values_.end(); ++iter) { in ~ShaderProgram()1040 attrib_values_[attrib.index] = attrib; in StoreAttribute()1047 for (VertexAttribMap::const_iterator iter = attrib_values_.begin(); in PushAttributes()1048 iter != attrib_values_.end(); in PushAttributes()1104 for (VertexAttribMap::const_iterator iter = attrib_values_.begin(); in PopAttributes()1105 iter != attrib_values_.end(); in PopAttributes()
527 VertexAttribMap attrib_values_; variable