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

/frameworks/base/opengl/tests/hwc/
H A DhwcTestLib.cpp31 #define NUMA(a) (sizeof(a) / sizeof(a [0])) macro
356 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
370 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
386 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
567 for (attrib = attributes; attrib < attributes + NUMA(attributes);
571 if (attrib >= attributes + NUMA(attributes)) {
638 for (attrib = attributes; attrib < attributes + NUMA(attributes);
642 if (attrib >= attributes + NUMA(attributes)) {
823 for (fromAttrib = attributes; fromAttrib < attributes + NUMA(attributes);
827 if (fromAttrib >= attributes + NUMA(attribute
[all...]
H A DhwcStress.cpp166 #define NUMA(a) (sizeof(a) / sizeof(a [0])) macro
181 layerFlags + NUMA(layerFlags));
191 transformFlags + NUMA(transformFlags));
435 layer->blending = blendingOps[testRandMod(NUMA(blendingOps))];
567 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
H A DhwcColorEquiv.cpp120 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array macro
435 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
H A DhwcRects.cpp142 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array macro
552 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
H A DhwcCommit.cpp162 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array macro
398 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
682 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
707 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
1467 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
1491 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
1559 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {

Completed in 78 milliseconds