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.cpp62 // VertexAttrib implementation /////////////////////////////////////////////////
63 ShaderProgram::VertexAttrib::VertexAttrib() function in class:android::filterfw::ShaderProgram::VertexAttrib
131 const VertexAttrib& attrib = iter->second;
962 VertexAttrib attrib;
988 VertexAttrib attrib;
1028 VertexAttrib attrib;
1041 bool ShaderProgram::StoreAttribute(VertexAttrib attrib) {
1053 const VertexAttrib& attrib = iter->second;

Completed in 63 milliseconds