Searched defs:blendType (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp144 const struct blendType { struct
147 } blendType[] = { variable in typeref:struct:blendType
703 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
704 unsigned int id = blendType[idx].id;
1487 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
1488 if (id == blendType[idx].id) {
1489 out << " (" << blendType[idx].desc << ')';

Completed in 70 milliseconds