Searched defs:NUMA (Results 1 - 5 of 5) sorted by last modified time

/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp119 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array macro
436 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
H A DhwcCommit.cpp161 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array macro
397 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
681 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
706 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
1466 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
1490 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
1558 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
H A DhwcRects.cpp141 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array macro
553 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
H A DhwcStress.cpp165 #define NUMA(a) (sizeof(a) / sizeof(a [0])) macro
180 layerFlags + NUMA(layerFlags));
190 transformFlags + NUMA(transformFlags));
434 layer->blending = blendingOps[testRandMod(NUMA(blendingOps))];
568 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
H A DhwcTestLib.cpp33 #define NUMA(a) (sizeof(a) / sizeof(a [0])) macro
358 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
372 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
388 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
569 for (attrib = attributes; attrib < attributes + NUMA(attributes);
573 if (attrib >= attributes + NUMA(attributes)) {
640 for (attrib = attributes; attrib < attributes + NUMA(attributes);
644 if (attrib >= attributes + NUMA(attributes)) {
825 for (fromAttrib = attributes; fromAttrib < attributes + NUMA(attributes);
829 if (fromAttrib >= attributes + NUMA(attribute
[all...]

Completed in 41 milliseconds