Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp144 const struct blendType { struct
147 } blendType[] = { variable
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()