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

  /frameworks/base/opengl/tests/hwc/
hwcTestLib.cpp 31 #define NUMA(a) (sizeof(a) / sizeof(a [0]))
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(attributes))
    [all...]
hwcStress.cpp 166 #define NUMA(a) (sizeof(a) / sizeof(a [0]))
181 layerFlags + NUMA(layerFlags));
191 transformFlags + NUMA(transformFlags));
435 layer->blending = blendingOps[testRandMod(NUMA(blendingOps))];
567 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
hwcColorEquiv.cpp 120 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array
435 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
hwcRects.cpp 142 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array
552 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
hwcCommit.cpp 162 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array
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++) {
    [all...]

Completed in 1203 milliseconds