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

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp146 const struct blendType { struct
149 } blendType[] = { variable in typeref:struct:blendType
706 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
707 unsigned int id = blendType[idx].id;
1490 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
1491 if (id == blendType[idx].id) {
1492 out << " (" << blendType[idx].desc << ')';

Completed in 53 milliseconds