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

  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 39 const struct hwcTestGraphicFormat {
43 } hwcTestGraphicFormat[] = {
109 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc);
110 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id);
hwcColorEquiv.cpp 141 static const struct hwcTestGraphicFormat *refFormat
143 static const struct hwcTestGraphicFormat *equivFormat;
436 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
437 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
hwcTestLib.cpp 356 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc)
358 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
359 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) {
360 return &hwcTestGraphicFormat[n1];
370 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id)
372 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
373 if (id == hwcTestGraphicFormat[n1].format) {
374 return &hwcTestGraphicFormat[n1];
388 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
389 if (format == hwcTestGraphicFormat[n1].format)
    [all...]
hwcRects.cpp 369 const struct hwcTestGraphicFormat *format;
553 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
554 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
hwcStress.cpp 568 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
569 const struct hwcTestGraphicFormat *formatPtr
570 = &hwcTestGraphicFormat[formatIdx];
hwcCommit.cpp 397 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
398 formats.push_back(hwcTestGraphicFormat[n1].desc);
435 const struct hwcTestGraphicFormat *format;
571 const struct hwcTestGraphicFormat *backgroundFormatPtr
    [all...]

Completed in 1004 milliseconds