HomeSort by relevance Sort by last modified time
    Searched refs:VertexAttrib (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 410 struct VertexAttrib {
422 VertexAttrib();
424 typedef std::map<ProgramVar, VertexAttrib> VertexAttribMap;
492 bool StoreAttribute(VertexAttrib attrib);
shader_program.cpp 62 // VertexAttrib implementation /////////////////////////////////////////////////
63 ShaderProgram::VertexAttrib::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;
    [all...]

Completed in 135 milliseconds