Lines Matching refs:format
68 * of the graphic format and then the display frame rectangle where
80 * a list of attributes and the format of their expected value.
146 Rectangle() : format(defaultFormat), transform(defaultTransform),
152 uint32_t format;
369 const struct hwcTestGraphicFormat *format;
373 // Graphic Format
376 testPrintE("Error parsing format from: %s", rectStr.c_str());
379 format = hwcTestGraphicFormatLookup(str.c_str());
380 if (format == NULL) {
381 testPrintE("Unknown graphic format in: %s", rectStr.c_str());
384 rect.format = format->format;
512 rect.format, texUsage);
522 testPrintI(" buf: %p handle: %p format: %s width: %u height: %u "
524 rect.texture.get(), rect.texture->handle, format->desc,