Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DMeshSpecification.cpp42 std::vector<Attribute> attVector; in extractAttributes() local
43 attVector.reserve(size); in extractAttributes()
51 attVector.push_back(std::move(temp)); in extractAttributes()
53 return attVector; in extractAttributes()