Searched refs:VertexAttrib (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.h410 struct VertexAttrib { struct in class:android::filterfw::ShaderProgram
422 VertexAttrib();
424 typedef std::map<ProgramVar, VertexAttrib> VertexAttribMap;
492 bool StoreAttribute(VertexAttrib attrib);
H A Dshader_program.cpp55 // VertexAttrib implementation /////////////////////////////////////////////////
56 ShaderProgram::VertexAttrib::VertexAttrib() function in class:android::filterfw::ShaderProgram::VertexAttrib
124 const VertexAttrib& attrib = iter->second;
955 VertexAttrib attrib;
981 VertexAttrib attrib;
1021 VertexAttrib attrib;
1034 bool ShaderProgram::StoreAttribute(VertexAttrib attrib) {
1046 const VertexAttrib& attrib = iter->second;

Completed in 1742 milliseconds