Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.h424 typedef std::map<ProgramVar, VertexAttrib> VertexAttribMap; typedef
527 VertexAttribMap attrib_values_;
Dshader_program.cpp122 VertexAttribMap::const_iterator iter; in ~ShaderProgram()
1043 for (VertexAttribMap::const_iterator iter = attrib_values_.begin(); in PushAttributes()
1100 for (VertexAttribMap::const_iterator iter = attrib_values_.begin(); in PopAttributes()