Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp34 #define NUMA(a) (sizeof(a) / sizeof((a)[0])) macro
360 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup()
374 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup()
390 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormat2str()
569 for (attrib = attributes; attrib < attributes + NUMA(attributes); in hwcTestColor2Pixel()
573 if (attrib >= attributes + NUMA(attributes)) { in hwcTestColor2Pixel()
638 for (attrib = attributes; attrib < attributes + NUMA(attributes); in hwcTestSetPixel()
642 if (attrib >= attributes + NUMA(attributes)) { in hwcTestSetPixel()
818 for (fromAttrib = attributes; fromAttrib < attributes + NUMA(attributes); in hwcTestColorConvert()
822 if (fromAttrib >= attributes + NUMA(attributes)) { in hwcTestColorConvert()
[all …]
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))]; in main()
568 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat)); in initFrames()
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++) { in printSyntax()
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++) { in printSyntax()
DhwcCommit.cpp159 #define NUMA(a) (sizeof(a) / sizeof((a)[0])) // Num elements in an array macro
396 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in main()
680 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) { in supportedTransforms()
705 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) { in supportedBlends()
1465 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) { in transformList2str()
1489 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) { in blendList2str()
1557 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax()