Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp123 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()
Dshader_program.h527 VertexAttribMap attrib_values_; variable