Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp33 #define NUMA(a) (sizeof(a) / sizeof(a [0])) macro
358 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup()
372 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup()
388 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()
640 for (attrib = attributes; attrib < attributes + NUMA(attributes); in hwcTestSetPixel()
644 if (attrib >= attributes + NUMA(attributes)) { in hwcTestSetPixel()
825 for (fromAttrib = attributes; fromAttrib < attributes + NUMA(attributes); in hwcTestColorConvert()
829 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
436 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax()
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++) { in printSyntax()
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++) { in main()
681 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) { in supportedTransforms()
706 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) { in supportedBlends()
1466 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) { in transformList2str()
1490 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) { in blendList2str()
1558 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax()