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 38 const struct hwcTestGraphicFormat {
42 } hwcTestGraphicFormat[] = {
108 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc);
109 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id);
hwcColorEquiv.cpp 140 static const struct hwcTestGraphicFormat *refFormat
142 static const struct hwcTestGraphicFormat *equivFormat;
435 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
436 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
hwcTestLib.cpp 360 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc)
362 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
363 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) {
364 return &hwcTestGraphicFormat[n1];
374 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id)
376 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
377 if (id == hwcTestGraphicFormat[n1].format) {
378 return &hwcTestGraphicFormat[n1];
392 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
393 if (format == hwcTestGraphicFormat[n1].format)
    [all...]
hwcRects.cpp 368 const struct hwcTestGraphicFormat *format;
552 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
553 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
hwcStress.cpp 567 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
568 const struct hwcTestGraphicFormat *formatPtr
569 = &hwcTestGraphicFormat[formatIdx];
hwcCommit.cpp 396 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
397 formats.push_back(hwcTestGraphicFormat[n1].desc);
434 const struct hwcTestGraphicFormat *format;
570 const struct hwcTestGraphicFormat *backgroundFormatPtr
    [all...]

Completed in 274 milliseconds