Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.h410 struct VertexAttrib { struct
422 VertexAttrib(); argument
424 typedef std::map<ProgramVar, VertexAttrib> VertexAttribMap;
492 bool StoreAttribute(VertexAttrib attrib);
Dshader_program.cpp56 ShaderProgram::VertexAttrib::VertexAttrib() in VertexAttrib() function in android::filterfw::ShaderProgram::VertexAttrib
124 const VertexAttrib& attrib = iter->second; in ~ShaderProgram()
955 VertexAttrib attrib; in SetAttributeValues()
981 VertexAttrib attrib; in SetAttributeValues()
1021 VertexAttrib attrib; in SetAttributeValues()
1038 bool ShaderProgram::StoreAttribute(VertexAttrib attrib) { in StoreAttribute()
1050 const VertexAttrib& attrib = iter->second; in PushAttributes()