Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp145 const struct blendType { struct
148 } blendType[] = { argument
705 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) { in supportedBlends()
706 unsigned int id = blendType[idx].id; in supportedBlends()
1489 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) { in blendList2str()
1490 if (id == blendType[idx].id) { in blendList2str()
1491 out << " (" << blendType[idx].desc << ')'; in blendList2str()