HomeSort by relevance Sort by last modified time
    Searched refs:NUMA (Results 1 - 5 of 5) sorted by null

  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 34 #define NUMA(a) (sizeof(a) / sizeof((a)[0]))
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(attributes))
    [all...]
hwcStress.cpp 165 #define NUMA(a) (sizeof(a) / sizeof(a [0]))
180 layerFlags + NUMA(layerFlags));
190 transformFlags + NUMA(transformFlags));
434 layer->blending = blendingOps[testRandMod(NUMA(blendingOps))];
568 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
hwcColorEquiv.cpp 119 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array
433 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
hwcRects.cpp 140 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array
550 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
hwcCommit.cpp 159 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array
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++) {
    [all...]

Completed in 8114 milliseconds