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

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp302 string blendList2str(const list<uint32_t>& blendList);
1474 string blendList2str(const list<uint32_t>& blendList) argument
1478 for (list<uint32_t>::const_iterator it = blendList.begin();
1479 it != blendList.end(); ++it) {
1482 if (it != blendList.begin()) {

Completed in 30 milliseconds