Searched refs:NUMA (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp34 #define NUMA(a) (sizeof(a) / sizeof((a)[0])) macro
360 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
374 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
390 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
569 for (attrib = attributes; attrib < attributes + NUMA(attributes);
573 if (attrib >= attributes + NUMA(attributes)) {
638 for (attrib = attributes; attrib < attributes + NUMA(attributes);
642 if (attrib >= attributes + NUMA(attributes)) {
818 for (fromAttrib = attributes; fromAttrib < attributes + NUMA(attributes);
822 if (fromAttrib >= attributes + NUMA(attribute
[all...]
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 DhwcColorEquiv.cpp119 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array macro
433 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
H A DhwcRects.cpp140 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array macro
550 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
H A DhwcCommit.cpp159 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array macro
394 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
678 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
703 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
1463 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
1487 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
1555 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {

Completed in 73 milliseconds