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

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp136 const struct transformType { struct
139 } transformType[] = { variable in typeref:struct:transformType
681 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
682 unsigned int id = transformType[idx].id;
1466 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
1467 if (id == transformType[idx].id) {
1468 out << " (" << transformType[idx].desc << ')';

Completed in 154 milliseconds