Searched refs:infoDump (Results 1 – 1 of 1) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.cpp | 3451 String8 infoDump; in dumpBuffer() local 3453 infoDump.appendFormat("Failed to sync acquire fence\n"); in dumpBuffer() 3459 infoDump.appendFormat("Failed to sync release fence\n"); in dumpBuffer() 3478 dumpExynosImage(infoDump, image); in dumpBuffer() 3479 infoDump.appendFormat("\nfd[%d, %d, %d] size[%d, %d, %d]\n", gmeta.fd, gmeta.fd1, gmeta.fd2, in dumpBuffer() 3481 infoDump.appendFormat(" offset[%d, %d, %d] format:%d framework_format:%d\n", gmeta.offset, in dumpBuffer() 3483 infoDump.appendFormat(" width:%d height:%d stride:%d vstride:%d\n", gmeta.width, gmeta.height, in dumpBuffer() 3485 infoDump.appendFormat(" producer: 0x%" PRIx64 " consumer: 0x%" PRIx64 " flags: 0x%" PRIx32 "\n", in dumpBuffer() 3487 infoFile << infoDump << std::endl; in dumpBuffer()
|