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

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp134 const struct transformType { struct
137 } transformType[] = { variable in typeref:struct:transformType
678 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
679 unsigned int id = transformType[idx].id;
1463 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
1464 if (id == transformType[idx].id) {
1465 out << " (" << transformType[idx].desc << ')';

Completed in 78 milliseconds